#41F516

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

Shades of Harlequin #41F516

Tints of Harlequin #41F516

Color information

#41F516 (or 0x41F516) is unknown color: approx Harlequin. HEX triplet: 41, F5 and 16. RGB value is (65,245,22). Sum of RGB (Red+Green+Blue) = 65+245+22=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 245 (96.09% from 255 or 73.80% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 245 - color contains mainly: green. Hex color #41F516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F516 is #BE0AE9. Grayscale: #A6A6A6. Windows color (decimal): -12454634 or 1504577. OLE color: 1504577.

HSL color Cylindrical-coordinate representation of color #41F516: hue angle of 108.43º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41F516 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB6524522-
CMYK0.7300.910.04
HSL108.43º91.77%52.35%-
HSV(B)108.43º91.02%96.08%-
XYZ34.9866.4911.75-
YUV165.7646.8756.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 245 (96.09% from 255) = 73.80%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=19.58%
G=73.80%
B=6.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal65245220.7300.910.04108.4391.7752.35
Hex41F5164905B46c5c34
Octal101365261110133415413464
Binary1000001111101011011010010010101101110011011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,245,22); }

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

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

 a { background-color: rgb(65,245,22); }

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

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

 span { border-color: rgb(65,245,22); }

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