Html Css Color HEX #85EF20 Lawn Green

📋 copy color: '#85EF20'

red 133 ◦ green 239 ◦ blue 32

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

Shades of Lawn Green #85EF20

Tints of Lawn Green #85EF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.92%

R = 32.92%
G = 59.16%
B = 7.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#85EF20 (or 0x85EF20) is known color: Lawn Green. HEX triplet: 85, EF and 20. RGB value is (133,239,32). Sum of RGB (Red+Green+Blue) = 133+239+32=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF20 is #7A10DF. Grayscale: #B8B8B8. Windows color (decimal): -7999712 or 2158469. OLE color: 2158469.

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

Color convert

RGB 133 239 32 -
CMYK 0.44 0 0.87 0.06
HSL 90.72º 0.87% 0.53% -
HSV(B) 90.72º 0.87% 0.94% -
XYZ 40.8 66.82 12.11 -
YUV 183.71 42.38 91.83 -
System Red Green Blue C M Y K H S L
Decimal 133 239 32 0.44 0 0.87 0.06 90.72 0.87 0.53
Hex 85 EF 20 2C 0 57 6 5B 57 35
Octal 205 357 40 54 0 127 6 133 127 65
Binary 10000101 11101111 100000 101100 0 1010111 110 1011011 1010111 110101

Color Harmonies of #85EF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF20

Black with #85EF20

Text Example


Text Example

White with #85EF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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