Html Css Color HEX #84DD0A Lawn Green

📋 copy color: '#84DD0A'

red 132 ◦ green 221 ◦ blue 10

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

Shades of Lawn Green #84DD0A

Tints of Lawn Green #84DD0A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.88%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 36.36%
G = 60.88%
B = 2.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#84DD0A (or 0x84DD0A) is known color: Lawn Green. HEX triplet: 84, DD and 0A. RGB value is (132,221,10). Sum of RGB (Red+Green+Blue) = 132+221+10=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84DD0A is #7B22F5. Grayscale: #ABABAB. Windows color (decimal): -8069878 or 712068. OLE color: 712068.

HSL color Cylindrical-coordinate representation of color #84DD0A: hue angle of 85.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84DD0A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 10 -
CMYK 0.40 0 0.95 0.13
HSL 85.31º 0.91% 0.45% -
HSV(B) 85.31º 0.95% 0.87% -
XYZ 35.43 56.64 9.35 -
YUV 170.34 37.51 100.66 -
System Red Green Blue C M Y K H S L
Decimal 132 221 10 0.40 0 0.95 0.13 85.31 0.91 0.45
Hex 84 DD A 28 0 5F D 55 5B 2D
Octal 204 335 12 50 0 137 15 125 133 55
Binary 10000100 11011101 1010 101000 0 1011111 1101 1010101 1011011 101101

Color Harmonies of #84DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD0A

Black with #84DD0A

Text Example


Text Example

White with #84DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,221,10); }

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

background-color css

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

 a { background-color: rgb(132,221,10); }

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

border-color css

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

 span { border-color: rgb(132,221,10); }

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