#84C81F

Color #84C81F Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84C81F

Tints of Lima #84C81F

Color information

#84C81F (or 0x84C81F) is unknown color: approx Lima. HEX triplet: 84, C8 and 1F. RGB value is (132,200,31). Sum of RGB (Red+Green+Blue) = 132+200+31=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #84C81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C81F is #7B37E0. Grayscale: #A1A1A1. Windows color (decimal): -8075233 or 2082948. OLE color: 2082948.

HSL color Cylindrical-coordinate representation of color #84C81F: hue angle of 84.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84C81F is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB13220031-
CMYK0.3400.840.22
HSL84.14º73.16%45.29%-
HSV(B)84.14º84.5%78.43%-
XYZ30.4246.318.63-
YUV160.454.97107.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 200 (78.52% from 255) = 55.10%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=36.36%
G=55.10%
B=8.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132200310.3400.840.2284.1473.1645.29
Hex84C81F220541654492d
Octal204310374201242612411155
Binary100001001100100011111100010010101001011010101001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84C81F;
 }
 .AnyTagClassName
 {
   color: #84C81F;
 }
</style>
background-color css

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

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

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

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

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

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