Html Css Color HEX #84C70B Lima

📋 copy color: '#84C70B'

red 132 ◦ green 199 ◦ blue 11

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

Shades of Lima #84C70B

Tints of Lima #84C70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.19%

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

R = 38.6%
G = 58.19%
B = 3.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#84C70B (or 0x84C70B) is known color: Lima. HEX triplet: 84, C7 and 0B. RGB value is (132,199,11). Sum of RGB (Red+Green+Blue) = 132+199+11=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #84C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C70B is #7B38F4. Grayscale: #9E9E9E. Windows color (decimal): -8075509 or 771972. OLE color: 771972.

HSL color Cylindrical-coordinate representation of color #84C70B: hue angle of 81.38º degrees, saturation: 0.9, 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 #84C70B is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 199 11 -
CMYK 0.34 0 0.94 0.22
HSL 81.38º 0.9% 0.41% -
HSV(B) 81.38º 0.94% 0.78% -
XYZ 30 45.78 7.57 -
YUV 157.54 45.3 109.79 -
System Red Green Blue C M Y K H S L
Decimal 132 199 11 0.34 0 0.94 0.22 81.38 0.9 0.41
Hex 84 C7 B 22 0 5E 16 51 5A 29
Octal 204 307 13 42 0 136 26 121 132 51
Binary 10000100 11000111 1011 100010 0 1011110 10110 1010001 1011010 101001

Color Harmonies of #84C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C70B

Black with #84C70B

Text Example


Text Example

White with #84C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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