Html Css Color HEX #84C60B Lima

📋 copy color: '#84C60B'

red 132 ◦ green 198 ◦ blue 11

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

Shades of Lima #84C60B

Tints of Lima #84C60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.23%

R = 38.71%
G = 58.06%
B = 3.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#84C60B (or 0x84C60B) is known color: Lima. HEX triplet: 84, C6 and 0B. RGB value is (132,198,11). Sum of RGB (Red+Green+Blue) = 132+198+11=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #84C60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C60B is #7B39F4. Grayscale: #9D9D9D. Windows color (decimal): -8075765 or 771716. OLE color: 771716.

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

Color convert

RGB 132 198 11 -
CMYK 0.33 0 0.94 0.22
HSL 81.18º 0.89% 0.41% -
HSV(B) 81.18º 0.94% 0.78% -
XYZ 29.77 45.32 7.49 -
YUV 156.95 45.63 110.21 -
System Red Green Blue C M Y K H S L
Decimal 132 198 11 0.33 0 0.94 0.22 81.18 0.89 0.41
Hex 84 C6 B 21 0 5E 16 51 59 29
Octal 204 306 13 41 0 136 26 121 131 51
Binary 10000100 11000110 1011 100001 0 1011110 10110 1010001 1011001 101001

Color Harmonies of #84C60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C60B

Black with #84C60B

Text Example


Text Example

White with #84C60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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