#95CF47

Color #95CF47 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95CF47

Tints of Atlantis #95CF47

Color information

#95CF47 (or 0x95CF47) is unknown color: approx Atlantis. HEX triplet: 95, CF and 47. RGB value is (149,207,71). Sum of RGB (Red+Green+Blue) = 149+207+71=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CF47 is #6A30B8. Grayscale: #AEAEAE. Windows color (decimal): -6959289 or 4706197. OLE color: 4706197.

HSL color Cylindrical-coordinate representation of color #95CF47: hue angle of 85.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95CF47 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB14920771-
CMYK0.2800.660.19
HSL85.59º58.62%54.51%-
HSV(B)85.59º65.7%81.18%-
XYZ35.8451.4714.01-
YUV174.1569.78110.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 71 (28.12% from 255) = 16.63%
R=34.89%
G=48.48%
B=16.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149207710.2800.660.1985.5958.6254.51
Hex95CF471C04213563b37
Octal225317107340102231267367
Binary100101011100111110001111110001000010100111010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CF47; }

 p { color: rgb(149,207,71); }

 H1.HeaderClassName
 {
   color: #95CF47;
 }
 .AnyTagClassName
 {
   color: #95CF47;
 }
</style>
background-color css

<style>
 a { background-color: #95CF47; }

 a { background-color: rgb(149,207,71); }

 div.DivClassName
 {
   background-color: #95CF47;
 }
 .BgClassName
 {
   background-color: #95CF47;
 }
</style>
border-color css

<style>
 span { border-color: #95CF47; }

 span { border-color: rgb(149,207,71); }

 td.TdClassName
 {
   border-color: #95CF47;
 }
 .TagClassName
 {
   border-color: #95CF47;
 }
</style>