#84C031

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

Shades of Limerick #84C031

Tints of Limerick #84C031

Color information

#84C031 (or 0x84C031) is unknown color: approx Limerick. HEX triplet: 84, C0 and 31. RGB value is (132,192,49). Sum of RGB (Red+Green+Blue) = 132+192+49=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #84C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C031 is #7B3FCE. Grayscale: #9E9E9E. Windows color (decimal): -8077263 or 3260548. OLE color: 3260548.

HSL color Cylindrical-coordinate representation of color #84C031: hue angle of 85.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84C031 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB13219249-
CMYK0.3100.740.25
HSL85.17º59.34%47.25%-
HSV(B)85.17º74.48%75.29%-
XYZ28.9242.839.65-
YUV157.7666.62109.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 192 (75.39% from 255) = 51.47%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=35.39%
G=51.47%
B=13.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132192490.3100.740.2585.1759.3447.25
Hex84C0311F04A19553b2f
Octal20430061370112311257357
Binary10000100110000001100011111101001010110011010101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,192,49); }

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

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

 a { background-color: rgb(132,192,49); }

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

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

 span { border-color: rgb(132,192,49); }

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