#84BD2F

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

Shades of Limerick #84BD2F

Tints of Limerick #84BD2F

Color information

#84BD2F (or 0x84BD2F) is unknown color: approx Limerick. HEX triplet: 84, BD and 2F. RGB value is (132,189,47). Sum of RGB (Red+Green+Blue) = 132+189+47=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD2F is #7B42D0. Grayscale: #9C9C9C. Windows color (decimal): -8078033 or 3128708. OLE color: 3128708.

HSL color Cylindrical-coordinate representation of color #84BD2F: hue angle of 84.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84BD2F is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB13218947-
CMYK0.3000.750.26
HSL84.08º60.17%46.27%-
HSV(B)84.08º75.13%74.12%-
XYZ28.2341.519.21-
YUV155.7766.62111.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 189 (74.22% from 255) = 51.36%
BLUE value IS 47 (18.75% from 255) = 12.77%
R=35.87%
G=51.36%
B=12.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132189470.3000.750.2684.0860.1746.27
Hex84BD2F1E04B1A543c2e
Octal20427557360113321247456
Binary10000100101111011011111111001001011110101010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,47); }

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

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

 a { background-color: rgb(132,189,47); }

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

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

 span { border-color: rgb(132,189,47); }

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