#95DC89

Color #95DC89 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #95DC89

Tints of Granny Smith Apple #95DC89

Color information

#95DC89 (or 0x95DC89) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DC and 89. RGB value is (149,220,137). Sum of RGB (Red+Green+Blue) = 149+220+137=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DC89 is #6A2376. Grayscale: #BDBDBD. Windows color (decimal): -6955895 or 9034901. OLE color: 9034901.

HSL color Cylindrical-coordinate representation of color #95DC89: hue angle of 111.33º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95DC89 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB149220137-
CMYK0.3200.380.14
HSL111.33º54.25%70%-
HSV(B)111.33º37.73%86.27%-
XYZ42.559.3832.89-
YUV189.3198.4899.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=29.45%
G=43.48%
B=27.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201370.3200.380.14111.3354.2570
Hex95DC8920026E6f3646
Octal225334211400461615766106
Binary1001010111011100100010011000000100110111011011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,137); }

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

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

 a { background-color: rgb(149,220,137); }

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

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

 span { border-color: rgb(149,220,137); }

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