#95DD90

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

Shades of Granny Smith Apple #95DD90

Tints of Granny Smith Apple #95DD90

Color information

#95DD90 (or 0x95DD90) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DD and 90. RGB value is (149,221,144). Sum of RGB (Red+Green+Blue) = 149+221+144=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD90 is #6A226F. Grayscale: #BEBEBE. Windows color (decimal): -6955632 or 9493909. OLE color: 9493909.

HSL color Cylindrical-coordinate representation of color #95DD90: hue angle of 116.1º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95DD90 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB149221144-
CMYK0.3300.350.13
HSL116.1º53.1%71.57%-
HSV(B)116.1º34.84%86.67%-
XYZ43.2860.1235.71-
YUV190.69101.6598.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=28.99%
G=43.00%
B=28.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211440.3300.350.13116.153.171.57
Hex95DD9021023D743548
Octal225335220410431516465110
Binary1001010111011101100100001000010100011110111101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,221,144); }

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

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

 a { background-color: rgb(149,221,144); }

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

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

 span { border-color: rgb(149,221,144); }

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