Html Css Color HEX #84F010 Lawn Green

📋 copy color: '#84F010'

red 132 ◦ green 240 ◦ blue 16

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

Shades of Lawn Green #84F010

Tints of Lawn Green #84F010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.86%

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 34.02%
G = 61.86%
B = 4.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#84F010 (or 0x84F010) is known color: Lawn Green. HEX triplet: 84, F0 and 10. RGB value is (132,240,16). Sum of RGB (Red+Green+Blue) = 132+240+16=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #84F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84F010 is #7B0FEF. Grayscale: #B6B6B6. Windows color (decimal): -8065008 or 1110148. OLE color: 1110148.

HSL color Cylindrical-coordinate representation of color #84F010: hue angle of 88.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84F010 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 240 16 -
CMYK 0.45 0 0.93 0.06
HSL 88.93º 0.88% 0.5% -
HSV(B) 88.93º 0.93% 0.94% -
XYZ 40.77 67.26 11.32 -
YUV 182.17 34.22 92.21 -
System Red Green Blue C M Y K H S L
Decimal 132 240 16 0.45 0 0.93 0.06 88.93 0.88 0.5
Hex 84 F0 10 2D 0 5D 6 59 58 32
Octal 204 360 20 55 0 135 6 131 130 62
Binary 10000100 11110000 10000 101101 0 1011101 110 1011001 1011000 110010

Color Harmonies of #84F010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F010

Black with #84F010

Text Example


Text Example

White with #84F010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,240,16); }

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

background-color css

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

 a { background-color: rgb(132,240,16); }

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

border-color css

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

 span { border-color: rgb(132,240,16); }

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