#4cf81d

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

Shades of Harlequin #4CF81D

Tints of Harlequin #4CF81D

Color information

#4CF81D (or 0x4CF81D) is unknown color: approx Harlequin. HEX triplet: 4C, F8 and 1D. RGB value is (76,248,29). Sum of RGB (Red+Green+Blue) = 76+248+29=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 248 (97.27% from 255 or 70.25% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF81D is #B307E2. Grayscale: #ACACAC. Windows color (decimal): -11732963 or 1964108. OLE color: 1964108.

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

Color convert

RGB7624829-
CMYK0.6900.880.03
HSL107.12º93.99%54.31%-
HSV(B)107.12º88.31%97.25%-
XYZ36.7768.7612.5-
YUV171.6147.5259.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 248 (97.27% from 255) = 70.25%
BLUE value IS 29 (11.72% from 255) = 8.22%
R=21.53%
G=70.25%
B=8.22%

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
Decimal76248290.6900.880.03107.1293.9954.31
Hex4CF81D4505836b5e36
Octal114370351050130315313666
Binary100110011111000111011000101010110001111010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cf81d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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