Html Css Color HEX #85EA00 Lawn Green

📋 copy color: '#85EA00'

red 133 ◦ green 234 ◦ blue 0

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

Shades of Lawn Green #85EA00

Tints of Lawn Green #85EA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.24%
G = 63.76%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#85EA00 (or 0x85EA00) is known color: Lawn Green. HEX triplet: 85, EA and 00. RGB value is (133,234,0). Sum of RGB (Red+Green+Blue) = 133+234+0=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EA00 is #7A15FF. Grayscale: #B1B1B1. Windows color (decimal): -8001024 or 60037. OLE color: 60037.

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

Color convert

RGB 133 234 0 -
CMYK 0.43 0 1 0.08
HSL 85.9º 1% 0.46% -
HSV(B) 85.9º 1% 0.92% -
XYZ 39.1 63.83 10.26 -
YUV 177.13 28.04 96.53 -
System Red Green Blue C M Y K H S L
Decimal 133 234 0 0.43 0 1 0.08 85.9 1 0.46
Hex 85 EA 0 2B 0 64 8 56 64 2E
Octal 205 352 0 53 0 144 10 126 144 56
Binary 10000101 11101010 0 101011 0 1100100 1000 1010110 1100100 101110

Color Harmonies of #85EA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA00

Black with #85EA00

Text Example


Text Example

White with #85EA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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