Html Css Color HEX #84C612 Lima

📋 copy color: '#84C612'

red 132 ◦ green 198 ◦ blue 18

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

Shades of Lima #84C612

Tints of Lima #84C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.9%

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

R = 37.93%
G = 56.9%
B = 5.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#84C612 (or 0x84C612) is known color: Lima. HEX triplet: 84, C6 and 12. RGB value is (132,198,18). Sum of RGB (Red+Green+Blue) = 132+198+18=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #84C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C612 is #7B39ED. Grayscale: #9E9E9E. Windows color (decimal): -8075758 or 1230468. OLE color: 1230468.

HSL color Cylindrical-coordinate representation of color #84C612: hue angle of 82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84C612 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 198 18 -
CMYK 0.33 0 0.91 0.22
HSL 82º 0.83% 0.42% -
HSV(B) 82º 0.91% 0.78% -
XYZ 29.82 45.34 7.75 -
YUV 157.75 49.13 109.64 -
System Red Green Blue C M Y K H S L
Decimal 132 198 18 0.33 0 0.91 0.22 82 0.83 0.42
Hex 84 C6 12 21 0 5B 16 52 53 2A
Octal 204 306 22 41 0 133 26 122 123 52
Binary 10000100 11000110 10010 100001 0 1011011 10110 1010010 1010011 101010

Color Harmonies of #84C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C612

Black with #84C612

Text Example


Text Example

White with #84C612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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