#4CF113

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

Shades of Harlequin #4CF113

Tints of Harlequin #4CF113

Color information

#4CF113 (or 0x4CF113) is unknown color: approx Harlequin. HEX triplet: 4C, F1 and 13. RGB value is (76,241,19). Sum of RGB (Red+Green+Blue) = 76+241+19=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF113 is #B30EEC. Grayscale: #A7A7A7. Windows color (decimal): -11734765 or 1306956. OLE color: 1306956.

HSL color Cylindrical-coordinate representation of color #4CF113: hue angle of 104.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF113 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB7624119-
CMYK0.6800.920.05
HSL104.59º88.8%50.98%-
HSV(B)104.59º92.12%94.51%-
XYZ34.5564.4911.24-
YUV166.3644.8463.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 241 (94.53% from 255) = 71.73%
BLUE value IS 19 (7.81% from 255) = 5.65%
R=22.62%
G=71.73%
B=5.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76241190.6800.920.05104.5988.850.98
Hex4CF1134405C5695933
Octal114361231040134515113163
Binary1001100111100011001110001000101110010111010011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,241,19); }

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

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

 a { background-color: rgb(76,241,19); }

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

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

 span { border-color: rgb(76,241,19); }

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