#95E285

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

Shades of Granny Smith Apple #95E285

Tints of Granny Smith Apple #95E285

Color information

#95E285 (or 0x95E285) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E2 and 85. RGB value is (149,226,133). Sum of RGB (Red+Green+Blue) = 149+226+133=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #95E285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E285 is #6A1D7A. Grayscale: #C0C0C0. Windows color (decimal): -6954363 or 8774293. OLE color: 8774293.

HSL color Cylindrical-coordinate representation of color #95E285: hue angle of 109.68º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E285 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB149226133-
CMYK0.3400.410.11
HSL109.68º61.59%70.39%-
HSV(B)109.68º41.15%88.63%-
XYZ43.8262.4831.94-
YUV192.3894.4997.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 226 (88.67% from 255) = 44.49%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=29.33%
G=44.49%
B=26.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492261330.3400.410.11109.6861.5970.39
Hex95E28522029B6e3e46
Octal225342205420511315676106
Binary1001010111100010100001011000100101001101111011101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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