Html Css Color HEX #84DC06 Lawn Green

📋 copy color: '#84DC06'

red 132 ◦ green 220 ◦ blue 6

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

Shades of Lawn Green #84DC06

Tints of Lawn Green #84DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 36.87%
G = 61.45%
B = 1.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#84DC06 (or 0x84DC06) is known color: Lawn Green. HEX triplet: 84, DC and 06. RGB value is (132,220,6). Sum of RGB (Red+Green+Blue) = 132+220+6=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84DC06 is #7B23F9. Grayscale: #AAAAAA. Windows color (decimal): -8070138 or 449668. OLE color: 449668.

HSL color Cylindrical-coordinate representation of color #84DC06: hue angle of 84.67º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84DC06 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 6 -
CMYK 0.40 0 0.97 0.14
HSL 84.67º 0.95% 0.44% -
HSV(B) 84.67º 0.97% 0.86% -
XYZ 35.14 56.11 9.15 -
YUV 169.29 35.85 101.4 -
System Red Green Blue C M Y K H S L
Decimal 132 220 6 0.40 0 0.97 0.14 84.67 0.95 0.44
Hex 84 DC 6 28 0 61 E 55 5F 2C
Octal 204 334 6 50 0 141 16 125 137 54
Binary 10000100 11011100 110 101000 0 1100001 1110 1010101 1011111 101100

Color Harmonies of #84DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DC06

Black with #84DC06

Text Example


Text Example

White with #84DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,6); }

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

background-color css

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

 a { background-color: rgb(132,220,6); }

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

border-color css

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

 span { border-color: rgb(132,220,6); }

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