#4bf81f

Color #4BF81F Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4BF81F

Tints of Harlequin #4BF81F

Color information

#4BF81F (or 0x4BF81F) is unknown color: approx Harlequin. HEX triplet: 4B, F8 and 1F. RGB value is (75,248,31). Sum of RGB (Red+Green+Blue) = 75+248+31=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 248 (97.27% from 255 or 70.06% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF81F is #B407E0. Grayscale: #ACACAC. Windows color (decimal): -11798497 or 2095179. OLE color: 2095179.

HSL color Cylindrical-coordinate representation of color #4BF81F: hue angle of 107.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BF81F is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB7524831-
CMYK0.7000.880.03
HSL107.83º93.94%54.71%-
HSV(B)107.83º87.5%97.25%-
XYZ36.7268.7312.63-
YUV171.5448.6959.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 248 (97.27% from 255) = 70.06%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=21.19%
G=70.06%
B=8.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal75248310.7000.880.03107.8393.9454.71
Hex4BF81F4605836c5e37
Octal113370371060130315413667
Binary100101111111000111111000110010110001111011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bf81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4bf81f; }

 p { color: rgb(75,248,31); }

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

<style>
 a { background-color: #4bf81f; }

 a { background-color: rgb(75,248,31); }

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

<style>
 span { border-color: #4bf81f; }

 span { border-color: rgb(75,248,31); }

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