Html Css Color HEX #84D012 Yellow Green

📋 copy color: '#84D012'

red 132 ◦ green 208 ◦ blue 18

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

Shades of Yellow Green #84D012

Tints of Yellow Green #84D012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.1%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 36.87%
G = 58.1%
B = 5.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#84D012 (or 0x84D012) is known color: Yellow Green. HEX triplet: 84, D0 and 12. RGB value is (132,208,18). Sum of RGB (Red+Green+Blue) = 132+208+18=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #84D012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D012 is #7B2FED. Grayscale: #A4A4A4. Windows color (decimal): -8073198 or 1233028. OLE color: 1233028.

HSL color Cylindrical-coordinate representation of color #84D012: hue angle of 84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84D012 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 18 -
CMYK 0.37 0 0.91 0.18
HSL 84º 0.84% 0.44% -
HSV(B) 84º 0.91% 0.82% -
XYZ 32.18 50.06 8.54 -
YUV 163.62 45.82 105.45 -
System Red Green Blue C M Y K H S L
Decimal 132 208 18 0.37 0 0.91 0.18 84 0.84 0.44
Hex 84 D0 12 25 0 5B 12 54 54 2C
Octal 204 320 22 45 0 133 22 124 124 54
Binary 10000100 11010000 10010 100101 0 1011011 10010 1010100 1010100 101100

Color Harmonies of #84D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D012

Black with #84D012

Text Example


Text Example

White with #84D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,208,18); }

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

background-color css

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

 a { background-color: rgb(132,208,18); }

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

border-color css

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

 span { border-color: rgb(132,208,18); }

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