#95CC4D

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

Shades of Atlantis #95CC4D

Tints of Atlantis #95CC4D

Color information

#95CC4D (or 0x95CC4D) is unknown color: approx Atlantis. HEX triplet: 95, CC and 4D. RGB value is (149,204,77). Sum of RGB (Red+Green+Blue) = 149+204+77=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC4D is #6A33B2. Grayscale: #ADADAD. Windows color (decimal): -6960051 or 5098645. OLE color: 5098645.

HSL color Cylindrical-coordinate representation of color #95CC4D: hue angle of 85.98º 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 #95CC4D is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB14920477-
CMYK0.2700.620.2
HSL85.98º55.46%55.1%-
HSV(B)85.98º62.25%80%-
XYZ35.3350.1114.83-
YUV173.0873.78110.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=34.65%
G=47.44%
B=17.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149204770.2700.620.285.9855.4655.1
Hex95CC4D1B03E14563737
Octal22531411533076241266767
Binary10010101110011001001101110110111110101001010110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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