Html Css Color HEX #85EB14 Lawn Green

📋 copy color: '#85EB14'

red 133 ◦ green 235 ◦ blue 20

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

Shades of Lawn Green #85EB14

Tints of Lawn Green #85EB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 60.57%

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 34.28%
G = 60.57%
B = 5.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#85EB14 (or 0x85EB14) is known color: Lawn Green. HEX triplet: 85, EB and 14. RGB value is (133,235,20). Sum of RGB (Red+Green+Blue) = 133+235+20=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 235 (92.19% from 255 or 60.57% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EB14 is #7A14EB. Grayscale: #B4B4B4. Windows color (decimal): -8000748 or 1371013. OLE color: 1371013.

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

Color convert

RGB 133 235 20 -
CMYK 0.43 0 0.91 0.08
HSL 88.47º 0.84% 0.5% -
HSV(B) 88.47º 0.91% 0.92% -
XYZ 39.51 64.45 11.02 -
YUV 179.99 37.71 94.48 -
System Red Green Blue C M Y K H S L
Decimal 133 235 20 0.43 0 0.91 0.08 88.47 0.84 0.5
Hex 85 EB 14 2B 0 5B 8 58 54 32
Octal 205 353 24 53 0 133 10 130 124 62
Binary 10000101 11101011 10100 101011 0 1011011 1000 1011000 1010100 110010

Color Harmonies of #85EB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB14

Black with #85EB14

Text Example


Text Example

White with #85EB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,20); }

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

background-color css

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

 a { background-color: rgb(133,235,20); }

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

border-color css

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

 span { border-color: rgb(133,235,20); }

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