Html Css Color HEX #85EF92 Light Green

📋 copy color: '#85EF92'

red 133 ◦ green 239 ◦ blue 146

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

Shades of Light Green #85EF92

Tints of Light Green #85EF92

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

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

R = 25.68%
G = 46.14%
B = 28.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#85EF92 (or 0x85EF92) is known color: Light Green. HEX triplet: 85, EF and 92. RGB value is (133,239,146). Sum of RGB (Red+Green+Blue) = 133+239+146=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF92 is #7A106D. Grayscale: #C4C4C4. Windows color (decimal): -7999598 or 9629573. OLE color: 9629573.

HSL color Cylindrical-coordinate representation of color #85EF92: hue angle of 127.36º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EF92 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 146 -
CMYK 0.44 0 0.39 0.06
HSL 127.36º 0.77% 0.73% -
HSV(B) 127.36º 0.44% 0.94% -
XYZ 45.73 68.79 38.06 -
YUV 196.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 133 239 146 0.44 0 0.39 0.06 127.36 0.77 0.73
Hex 85 EF 92 2C 0 27 6 7F 4D 49
Octal 205 357 222 54 0 47 6 177 115 111
Binary 10000101 11101111 10010010 101100 0 100111 110 1111111 1001101 1001001

Color Harmonies of #85EF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF92

Black with #85EF92

Text Example


Text Example

White with #85EF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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