#95DF85

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

Shades of Granny Smith Apple #95DF85

Tints of Granny Smith Apple #95DF85

Color information

#95DF85 (or 0x95DF85) is unknown color: approx Granny Smith Apple. HEX triplet: 95, DF and 85. RGB value is (149,223,133). Sum of RGB (Red+Green+Blue) = 149+223+133=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF85 is #6A207A. Grayscale: #BEBEBE. Windows color (decimal): -6955131 or 8773525. OLE color: 8773525.

HSL color Cylindrical-coordinate representation of color #95DF85: hue angle of 109.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95DF85 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB149223133-
CMYK0.3300.400.13
HSL109.33º58.44%69.8%-
HSV(B)109.33º40.36%87.45%-
XYZ43.0260.8631.67-
YUV190.6195.4898.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=29.50%
G=44.16%
B=26.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492231330.3300.400.13109.3358.4469.8
Hex95DF8521028D6d3a46
Octal225337205410501515572106
Binary1001010111011111100001011000010101000110111011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,223,133); }

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

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

 a { background-color: rgb(149,223,133); }

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

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

 span { border-color: rgb(149,223,133); }

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