Html Css Color HEX #41E116 Harlequin

📋 copy color: '#41E116'

red 65 ◦ green 225 ◦ blue 22

#41E116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #41E116

Tints of Harlequin #41E116

RGB

 RED value IS 65 (25.78% from 255) = 20.83%

 GREEN value IS 225 (88.28% from 255) = 72.12%

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 20.83%
G = 72.12%
B = 7.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#41E116 (or 0x41E116) is known color: Harlequin. HEX triplet: 41, E1 and 16. RGB value is (65,225,22). Sum of RGB (Red+Green+Blue) = 65+225+22=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 225 (88.28% from 255 or 72.12% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 225 - color contains mainly: green. Hex color #41E116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E116 is #BE1EE9. Grayscale: #9A9A9A. Windows color (decimal): -12459754 or 1499457. OLE color: 1499457.

HSL color Cylindrical-coordinate representation of color #41E116: hue angle of 107.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41E116 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 225 22 -
CMYK 0.71 0 0.90 0.12
HSL 107.29º 0.82% 0.48% -
HSV(B) 107.29º 0.9% 0.88% -
XYZ 29.25 55.03 9.84 -
YUV 154.02 53.49 64.51 -
System Red Green Blue C M Y K H S L
Decimal 65 225 22 0.71 0 0.90 0.12 107.29 0.82 0.48
Hex 41 E1 16 47 0 5A C 6B 52 30
Octal 101 341 26 107 0 132 14 153 122 60
Binary 1000001 11100001 10110 1000111 0 1011010 1100 1101011 1010010 110000

Color Harmonies of #41E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E116

Black with #41E116

Text Example


Text Example

White with #41E116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41E116;
 }
 .AnyTagClassName
 {
   color: #41E116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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