#4CF71F

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

Shades of Harlequin #4CF71F

Tints of Harlequin #4CF71F

Color information

#4CF71F (or 0x4CF71F) is unknown color: approx Harlequin. HEX triplet: 4C, F7 and 1F. RGB value is (76,247,31). Sum of RGB (Red+Green+Blue) = 76+247+31=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 247 (96.88% from 255 or 69.77% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF71F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF71F is #B308E0. Grayscale: #ABABAB. Windows color (decimal): -11733217 or 2094924. OLE color: 2094924.

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

Color convert

RGB7624731-
CMYK0.6900.870.03
HSL107.5º93.1%54.51%-
HSV(B)107.5º87.45%96.86%-
XYZ36.4968.1612.53-
YUV171.2548.8560.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.47%
GREEN value IS 247 (96.88% from 255) = 69.77%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=21.47%
G=69.77%
B=8.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal76247310.6900.870.03107.593.154.51
Hex4CF71F4505736c5d37
Octal114367371050127315413567
Binary100110011110111111111000101010101111111011001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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