Html Css Color HEX #41E514 Harlequin

📋 copy color: '#41E514'

red 65 ◦ green 229 ◦ blue 20

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

Shades of Harlequin #41E514

Tints of Harlequin #41E514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 72.93%

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

R = 20.7%
G = 72.93%
B = 6.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#41E514 (or 0x41E514) is known color: Harlequin. HEX triplet: 41, E5 and 14. RGB value is (65,229,20). Sum of RGB (Red+Green+Blue) = 65+229+20=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 229 (89.84% from 255 or 72.93% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 229 - color contains mainly: green. Hex color #41E514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E514 is #BE1AEB. Grayscale: #9C9C9C. Windows color (decimal): -12458732 or 1369409. OLE color: 1369409.

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

Color convert

RGB 65 229 20 -
CMYK 0.72 0 0.91 0.10
HSL 107.08º 0.84% 0.49% -
HSV(B) 107.08º 0.91% 0.9% -
XYZ 30.33 57.21 10.11 -
YUV 156.14 51.17 62.99 -
System Red Green Blue C M Y K H S L
Decimal 65 229 20 0.72 0 0.91 0.10 107.08 0.84 0.49
Hex 41 E5 14 48 0 5B A 6B 54 31
Octal 101 345 24 110 0 133 12 153 124 61
Binary 1000001 11100101 10100 1001000 0 1011011 1010 1101011 1010100 110001

Color Harmonies of #41E514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E514

Black with #41E514

Text Example


Text Example

White with #41E514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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