#43f013

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

Shades of Harlequin #43F013

Tints of Harlequin #43F013

Color information

#43F013 (or 0x43F013) is unknown color: approx Harlequin. HEX triplet: 43, F0 and 13. RGB value is (67,240,19). Sum of RGB (Red+Green+Blue) = 67+240+19=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #43F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F013 is #BC0FEC. Grayscale: #A3A3A3. Windows color (decimal): -12324845 or 1306691. OLE color: 1306691.

HSL color Cylindrical-coordinate representation of color #43F013: hue angle of 106.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43F013 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB6724019-
CMYK0.7200.920.06
HSL106.97º88.05%50.78%-
HSV(B)106.97º92.08%94.12%-
XYZ33.5963.5611.11-
YUV163.0846.6959.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 240 (94.14% from 255) = 73.62%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=20.55%
G=73.62%
B=5.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal67240190.7200.920.06106.9788.0550.78
Hex43F0134805C66b5833
Octal103360231100134615313063
Binary1000011111100001001110010000101110011011010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43f013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43f013; }

 p { color: rgb(67,240,19); }

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

<style>
 a { background-color: #43f013; }

 a { background-color: rgb(67,240,19); }

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

<style>
 span { border-color: #43f013; }

 span { border-color: rgb(67,240,19); }

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