#95CB4D

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

Shades of Atlantis #95CB4D

Tints of Atlantis #95CB4D

Color information

#95CB4D (or 0x95CB4D) is unknown color: approx Atlantis. HEX triplet: 95, CB and 4D. RGB value is (149,203,77). Sum of RGB (Red+Green+Blue) = 149+203+77=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CB4D is #6A34B2. Grayscale: #ACACAC. Windows color (decimal): -6960307 or 5098389. OLE color: 5098389.

HSL color Cylindrical-coordinate representation of color #95CB4D: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95CB4D is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB14920377-
CMYK0.2700.620.20
HSL85.71º54.78%54.9%-
HSV(B)85.71º62.07%79.61%-
XYZ35.0949.6414.75-
YUV172.4974.11111.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 203 (79.69% from 255) = 47.32%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=34.73%
G=47.32%
B=17.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149203770.2700.620.2085.7154.7854.9
Hex95CB4D1B03E14563737
Octal22531311533076241266767
Binary10010101110010111001101110110111110101001010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,203,77); }

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

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

 a { background-color: rgb(149,203,77); }

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

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

 span { border-color: rgb(149,203,77); }

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