#92E485

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

Shades of Granny Smith Apple #92E485

Tints of Granny Smith Apple #92E485

Color information

#92E485 (or 0x92E485) is unknown color: approx Granny Smith Apple. HEX triplet: 92, E4 and 85. RGB value is (146,228,133). Sum of RGB (Red+Green+Blue) = 146+228+133=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #92E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92E485 is #6D1B7A. Grayscale: #C0C0C0. Windows color (decimal): -7150459 or 8774802. OLE color: 8774802.

HSL color Cylindrical-coordinate representation of color #92E485: hue angle of 111.79º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92E485 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB146228133-
CMYK0.3600.420.11
HSL111.79º63.76%70.78%-
HSV(B)111.79º41.67%89.41%-
XYZ43.8363.2932.1-
YUV192.6594.3394.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=28.80%
G=44.97%
B=26.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1462281330.3600.420.11111.7963.7670.78
Hex92E4852402AB704047
Octal2223442054405213160100107
Binary10010010111001001000010110010001010101011111000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92E485; }

 p { color: rgb(146,228,133); }

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

<style>
 a { background-color: #92E485; }

 a { background-color: rgb(146,228,133); }

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

<style>
 span { border-color: #92E485; }

 span { border-color: rgb(146,228,133); }

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