#4cf81f

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

Shades of Harlequin #4CF81F

Tints of Harlequin #4CF81F

Color information

#4CF81F (or 0x4CF81F) is unknown color: approx Harlequin. HEX triplet: 4C, F8 and 1F. RGB value is (76,248,31). Sum of RGB (Red+Green+Blue) = 76+248+31=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF81F is #B307E0. Grayscale: #ACACAC. Windows color (decimal): -11732961 or 2095180. OLE color: 2095180.

HSL color Cylindrical-coordinate representation of color #4CF81F: hue angle of 107.56º 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 #4CF81F is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB7624831-
CMYK0.6900.880.03
HSL107.56º93.94%54.71%-
HSV(B)107.56º87.5%97.25%-
XYZ36.868.7712.63-
YUV171.8348.5259.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 248 (97.27% from 255) = 69.86%
BLUE value IS 31 (12.5% from 255) = 8.73%
R=21.41%
G=69.86%
B=8.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal76248310.6900.880.03107.5693.9454.71
Hex4CF81F4505836c5e37
Octal114370371050130315413667
Binary100110011111000111111000101010110001111011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cf81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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