Html Css Color HEX #84DB14 Lawn Green

📋 copy color: '#84DB14'

red 132 ◦ green 219 ◦ blue 20

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

Shades of Lawn Green #84DB14

Tints of Lawn Green #84DB14

RGB

 RED value IS 132 (51.95% from 255) = 35.58%

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

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

R = 35.58%
G = 59.03%
B = 5.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#84DB14 (or 0x84DB14) is known color: Lawn Green. HEX triplet: 84, DB and 14. RGB value is (132,219,20). Sum of RGB (Red+Green+Blue) = 132+219+20=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84DB14 is #7B24EB. Grayscale: #ABABAB. Windows color (decimal): -8070380 or 1366916. OLE color: 1366916.

HSL color Cylindrical-coordinate representation of color #84DB14: hue angle of 86.23º 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 #84DB14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 219 20 -
CMYK 0.40 0 0.91 0.14
HSL 86.23º 0.83% 0.47% -
HSV(B) 86.23º 0.91% 0.86% -
XYZ 34.97 55.62 9.55 -
YUV 170.3 43.18 100.68 -
System Red Green Blue C M Y K H S L
Decimal 132 219 20 0.40 0 0.91 0.14 86.23 0.83 0.47
Hex 84 DB 14 28 0 5B E 56 53 2F
Octal 204 333 24 50 0 133 16 126 123 57
Binary 10000100 11011011 10100 101000 0 1011011 1110 1010110 1010011 101111

Color Harmonies of #84DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DB14

Black with #84DB14

Text Example


Text Example

White with #84DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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