Html Css Color HEX #85E992 Light Green

📋 copy color: '#85E992'

red 133 ◦ green 233 ◦ blue 146

#85E992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #85E992

Tints of Light Green #85E992

RGB

 RED value IS 133 (52.34% from 255) = 25.98%

 GREEN value IS 233 (91.41% from 255) = 45.51%

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 25.98%
G = 45.51%
B = 28.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#85E992 (or 0x85E992) is known color: Light Green. HEX triplet: 85, E9 and 92. RGB value is (133,233,146). Sum of RGB (Red+Green+Blue) = 133+233+146=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #85E992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E992 is #7A166D. Grayscale: #C1C1C1. Windows color (decimal): -8001134 or 9628037. OLE color: 9628037.

HSL color Cylindrical-coordinate representation of color #85E992: hue angle of 127.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E992 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 146 -
CMYK 0.43 0 0.37 0.09
HSL 127.8º 0.69% 0.72% -
HSV(B) 127.8º 0.43% 0.91% -
XYZ 44 65.34 37.49 -
YUV 193.18 101.37 85.07 -
System Red Green Blue C M Y K H S L
Decimal 133 233 146 0.43 0 0.37 0.09 127.8 0.69 0.72
Hex 85 E9 92 2B 0 25 9 80 45 48
Octal 205 351 222 53 0 45 11 200 105 110
Binary 10000101 11101001 10010010 101011 0 100101 1001 10000000 1000101 1001000

Color Harmonies of #85E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E992

Black with #85E992

Text Example


Text Example

White with #85E992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E992;
 }
 .AnyTagClassName
 {
   color: #85E992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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