Html Css Color HEX #84C80D Lima

📋 copy color: '#84C80D'

red 132 ◦ green 200 ◦ blue 13

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

Shades of Lima #84C80D

Tints of Lima #84C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.97%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 38.26%
G = 57.97%
B = 3.77%

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

#84C80D (or 0x84C80D) is known color: Lima. HEX triplet: 84, C8 and 0D. RGB value is (132,200,13). Sum of RGB (Red+Green+Blue) = 132+200+13=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #84C80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C80D is #7B37F2. Grayscale: #9F9F9F. Windows color (decimal): -8075251 or 903300. OLE color: 903300.

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

Color convert

RGB 132 200 13 -
CMYK 0.34 0 0.94 0.22
HSL 81.82º 0.88% 0.42% -
HSV(B) 81.82º 0.94% 0.78% -
XYZ 30.24 46.24 7.71 -
YUV 158.35 45.97 109.21 -
System Red Green Blue C M Y K H S L
Decimal 132 200 13 0.34 0 0.94 0.22 81.82 0.88 0.42
Hex 84 C8 D 22 0 5E 16 52 58 2A
Octal 204 310 15 42 0 136 26 122 130 52
Binary 10000100 11001000 1101 100010 0 1011110 10110 1010010 1011000 101010

Color Harmonies of #84C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C80D

Black with #84C80D

Text Example


Text Example

White with #84C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,200,13); }

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

background-color css

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

 a { background-color: rgb(132,200,13); }

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

border-color css

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

 span { border-color: rgb(132,200,13); }

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