#4cfe1f

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

Shades of Harlequin #4CFE1F

Tints of Harlequin #4CFE1F

Color information

#4CFE1F (or 0x4CFE1F) is unknown color: approx Harlequin. HEX triplet: 4C, FE and 1F. RGB value is (76,254,31). Sum of RGB (Red+Green+Blue) = 76+254+31=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE1F is #B301E0. Grayscale: #B0B0B0. Windows color (decimal): -11731425 or 2096716. OLE color: 2096716.

HSL color Cylindrical-coordinate representation of color #4CFE1F: hue angle of 107.89º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CFE1F is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB7625431-
CMYK0.7000.880.00
HSL107.89º99.11%55.88%-
HSV(B)107.89º87.8%99.61%-
XYZ38.6772.5213.26-
YUV175.3646.5357.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 254 (99.61% from 255) = 70.36%
BLUE value IS 31 (12.5% from 255) = 8.59%
R=21.05%
G=70.36%
B=8.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal76254310.7000.880.00107.8999.1155.88
Hex4CFE1F4605806c6338
Octal114376371060130015414370
Binary10011001111111011111100011001011000011011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cfe1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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