Html Css Color HEX #41EC14 Harlequin

📋 copy color: '#41EC14'

red 65 ◦ green 236 ◦ blue 20

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

Shades of Harlequin #41EC14

Tints of Harlequin #41EC14

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.52%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 20.25%
G = 73.52%
B = 6.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#41EC14 (or 0x41EC14) is known color: Harlequin. HEX triplet: 41, EC and 14. RGB value is (65,236,20). Sum of RGB (Red+Green+Blue) = 65+236+20=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EC14 is #BE13EB. Grayscale: #A0A0A0. Windows color (decimal): -12456940 or 1371201. OLE color: 1371201.

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

Color convert

RGB 65 236 20 -
CMYK 0.72 0 0.92 0.07
HSL 107.5º 0.85% 0.5% -
HSV(B) 107.5º 0.92% 0.93% -
XYZ 32.3 61.17 10.77 -
YUV 160.25 48.85 60.06 -
System Red Green Blue C M Y K H S L
Decimal 65 236 20 0.72 0 0.92 0.07 107.5 0.85 0.5
Hex 41 EC 14 48 0 5C 7 6C 55 32
Octal 101 354 24 110 0 134 7 154 125 62
Binary 1000001 11101100 10100 1001000 0 1011100 111 1101100 1010101 110010

Color Harmonies of #41EC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EC14

Black with #41EC14

Text Example


Text Example

White with #41EC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,236,20); }

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

background-color css

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

 a { background-color: rgb(65,236,20); }

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

border-color css

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

 span { border-color: rgb(65,236,20); }

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