Html Css Color HEX #84C012 Lima

📋 copy color: '#84C012'

red 132 ◦ green 192 ◦ blue 18

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

Shades of Lima #84C012

Tints of Lima #84C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.14%

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

R = 38.6%
G = 56.14%
B = 5.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#84C012 (or 0x84C012) is known color: Lima. HEX triplet: 84, C0 and 12. RGB value is (132,192,18). Sum of RGB (Red+Green+Blue) = 132+192+18=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #84C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C012 is #7B3FED. Grayscale: #9A9A9A. Windows color (decimal): -8077294 or 1228932. OLE color: 1228932.

HSL color Cylindrical-coordinate representation of color #84C012: hue angle of 80.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84C012 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 18 -
CMYK 0.31 0 0.91 0.25
HSL 80.69º 0.83% 0.41% -
HSV(B) 80.69º 0.91% 0.75% -
XYZ 28.47 42.65 7.3 -
YUV 154.22 51.12 112.15 -
System Red Green Blue C M Y K H S L
Decimal 132 192 18 0.31 0 0.91 0.25 80.69 0.83 0.41
Hex 84 C0 12 1F 0 5B 19 51 53 29
Octal 204 300 22 37 0 133 31 121 123 51
Binary 10000100 11000000 10010 11111 0 1011011 11001 1010001 1010011 101001

Color Harmonies of #84C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C012

Black with #84C012

Text Example


Text Example

White with #84C012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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