#83BF2F

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

Shades of Limerick #83BF2F

Tints of Limerick #83BF2F

Color information

#83BF2F (or 0x83BF2F) is unknown color: approx Limerick. HEX triplet: 83, BF and 2F. RGB value is (131,191,47). Sum of RGB (Red+Green+Blue) = 131+191+47=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF2F is #7C40D0. Grayscale: #9D9D9D. Windows color (decimal): -8143057 or 3129219. OLE color: 3129219.

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

Color convert

RGB13119147-
CMYK0.3100.750.25
HSL85º60.5%46.67%-
HSV(B)85º75.39%74.9%-
XYZ28.542.299.35-
YUV156.6466.12109.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 47 (18.75% from 255) = 12.74%
R=35.50%
G=51.76%
B=12.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131191470.3100.750.258560.546.67
Hex83BF2F1F04B19553d2f
Octal20327757370113311257557
Binary10000011101111111011111111101001011110011010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BF2F; }

 p { color: rgb(131,191,47); }

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

<style>
 a { background-color: #83BF2F; }

 a { background-color: rgb(131,191,47); }

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

<style>
 span { border-color: #83BF2F; }

 span { border-color: rgb(131,191,47); }

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