Html Css Color HEX #85ED11 Lawn Green

📋 copy color: '#85ED11'

red 133 ◦ green 237 ◦ blue 17

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

Shades of Lawn Green #85ED11

Tints of Lawn Green #85ED11

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.24%

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 34.37%
G = 61.24%
B = 4.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#85ED11 (or 0x85ED11) is known color: Lawn Green. HEX triplet: 85, ED and 11. RGB value is (133,237,17). Sum of RGB (Red+Green+Blue) = 133+237+17=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 237 (92.97% from 255 or 61.24% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85ED11 is #7A12EE. Grayscale: #B5B5B5. Windows color (decimal): -8000239 or 1174917. OLE color: 1174917.

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

Color convert

RGB 133 237 17 -
CMYK 0.44 0 0.93 0.07
HSL 88.36º 0.87% 0.5% -
HSV(B) 88.36º 0.93% 0.93% -
XYZ 40.06 65.6 11.08 -
YUV 180.82 35.54 93.89 -
System Red Green Blue C M Y K H S L
Decimal 133 237 17 0.44 0 0.93 0.07 88.36 0.87 0.5
Hex 85 ED 11 2C 0 5D 7 58 57 32
Octal 205 355 21 54 0 135 7 130 127 62
Binary 10000101 11101101 10001 101100 0 1011101 111 1011000 1010111 110010

Color Harmonies of #85ED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED11

Black with #85ED11

Text Example


Text Example

White with #85ED11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,17); }

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

background-color css

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

 a { background-color: rgb(133,237,17); }

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

border-color css

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

 span { border-color: rgb(133,237,17); }

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