#95E082

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

Shades of Granny Smith Apple #95E082

Tints of Granny Smith Apple #95E082

Color information

#95E082 (or 0x95E082) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E0 and 82. RGB value is (149,224,130). Sum of RGB (Red+Green+Blue) = 149+224+130=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #95E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E082 is #6A1F7D. Grayscale: #BFBFBF. Windows color (decimal): -6954878 or 8577173. OLE color: 8577173.

HSL color Cylindrical-coordinate representation of color #95E082: hue angle of 107.87º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95E082 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB149224130-
CMYK0.3300.420.12
HSL107.87º60.26%69.41%-
HSV(B)107.87º41.96%87.84%-
XYZ43.0861.3130.68-
YUV190.8693.6598.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.62%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=29.62%
G=44.53%
B=25.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492241300.3300.420.12107.8760.2669.41
Hex95E0822102AC6c3c45
Octal225340202410521415474105
Binary1001010111100000100000101000010101010110011011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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