#85EA92

Color #85EA92 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #85EA92

Tints of Light Green #85EA92

Color information

#85EA92 (or 0x85EA92) is unknown color: approx Light Green. HEX triplet: 85, EA and 92. RGB value is (133,234,146). Sum of RGB (Red+Green+Blue) = 133+234+146=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EA92 is #7A156D. Grayscale: #C2C2C2. Windows color (decimal): -8000878 or 9628293. OLE color: 9628293.

HSL color Cylindrical-coordinate representation of color #85EA92: hue angle of 127.72º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EA92 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB133234146-
CMYK0.4300.380.08
HSL127.72º70.63%71.96%-
HSV(B)127.72º43.16%91.76%-
XYZ44.2865.9137.58-
YUV193.77101.0484.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.93%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=25.93%
G=45.61%
B=28.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332341460.4300.380.08127.7270.6371.96
Hex85EA922B0268804748
Octal2053522225304610200107110
Binary100001011110101010010010101011010011010001000000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85EA92; }

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

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

<style>
 a { background-color: #85EA92; }

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

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

<style>
 span { border-color: #85EA92; }

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

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