Html Css Color HEX #85DB14 Lawn Green

📋 copy color: '#85DB14'

red 133 ◦ green 219 ◦ blue 20

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

Shades of Lawn Green #85DB14

Tints of Lawn Green #85DB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.87%

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

R = 35.75%
G = 58.87%
B = 5.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#85DB14 (or 0x85DB14) is known color: Lawn Green. HEX triplet: 85, DB and 14. RGB value is (133,219,20). Sum of RGB (Red+Green+Blue) = 133+219+20=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DB14 is #7A24EB. Grayscale: #ABABAB. Windows color (decimal): -8004844 or 1366917. OLE color: 1366917.

HSL color Cylindrical-coordinate representation of color #85DB14: hue angle of 85.93º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85DB14 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 20 -
CMYK 0.39 0 0.91 0.14
HSL 85.93º 0.83% 0.47% -
HSV(B) 85.93º 0.91% 0.86% -
XYZ 35.13 55.7 9.56 -
YUV 170.6 43.01 101.18 -
System Red Green Blue C M Y K H S L
Decimal 133 219 20 0.39 0 0.91 0.14 85.93 0.83 0.47
Hex 85 DB 14 27 0 5B E 56 53 2F
Octal 205 333 24 47 0 133 16 126 123 57
Binary 10000101 11011011 10100 100111 0 1011011 1110 1010110 1010011 101111

Color Harmonies of #85DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB14

Black with #85DB14

Text Example


Text Example

White with #85DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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