#41E613

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

Shades of Harlequin #41E613

Tints of Harlequin #41E613

Color information

#41E613 (or 0x41E613) is unknown color: approx Harlequin. HEX triplet: 41, E6 and 13. RGB value is (65,230,19). Sum of RGB (Red+Green+Blue) = 65+230+19=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #41E613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41E613 is #BE19EC. Grayscale: #9D9D9D. Windows color (decimal): -12458477 or 1304129. OLE color: 1304129.

HSL color Cylindrical-coordinate representation of color #41E613: hue angle of 106.92º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41E613 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB6523019-
CMYK0.7200.920.10
HSL106.92º84.74%48.82%-
HSV(B)106.92º91.74%90.2%-
XYZ30.5957.7610.15-
YUV156.6150.3462.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 230 (90.23% from 255) = 73.25%
BLUE value IS 19 (7.81% from 255) = 6.05%
R=20.70%
G=73.25%
B=6.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal65230190.7200.920.10106.9284.7448.82
Hex41E6134805CA6b5531
Octal1013462311001341215312561
Binary10000011110011010011100100001011100101011010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41E613; }

 p { color: rgb(65,230,19); }

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

<style>
 a { background-color: #41E613; }

 a { background-color: rgb(65,230,19); }

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

<style>
 span { border-color: #41E613; }

 span { border-color: rgb(65,230,19); }

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