#95EA82

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

Shades of Granny Smith Apple #95EA82

Tints of Granny Smith Apple #95EA82

Color information

#95EA82 (or 0x95EA82) is unknown color: approx Granny Smith Apple. HEX triplet: 95, EA and 82. RGB value is (149,234,130). Sum of RGB (Red+Green+Blue) = 149+234+130=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EA82 is #6A157D. Grayscale: #C5C5C5. Windows color (decimal): -6952318 or 8579733. OLE color: 8579733.

HSL color Cylindrical-coordinate representation of color #95EA82: hue angle of 109.04º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95EA82 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB149234130-
CMYK0.3600.440.08
HSL109.04º71.23%71.37%-
HSV(B)109.04º44.44%91.76%-
XYZ45.8566.8531.61-
YUV196.7390.3493.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=29.04%
G=45.61%
B=25.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341300.3600.440.08109.0471.2371.37
Hex95EA822402C86d4747
Octal2253522024405410155107107
Binary10010101111010101000001010010001011001000110110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,234,130); }

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

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

 a { background-color: rgb(149,234,130); }

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

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

 span { border-color: rgb(149,234,130); }

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