Html Css Color HEX #41ED1A Harlequin

📋 copy color: '#41ED1A'

red 65 ◦ green 237 ◦ blue 26

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

Shades of Harlequin #41ED1A

Tints of Harlequin #41ED1A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.26%

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 19.82%
G = 72.26%
B = 7.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#41ED1A (or 0x41ED1A) is known color: Harlequin. HEX triplet: 41, ED and 1A. RGB value is (65,237,26). Sum of RGB (Red+Green+Blue) = 65+237+26=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #41ED1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41ED1A is #BE12E5. Grayscale: #A2A2A2. Windows color (decimal): -12456678 or 1764673. OLE color: 1764673.

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

Color convert

RGB 65 237 26 -
CMYK 0.73 0 0.89 0.07
HSL 108.91º 0.85% 0.52% -
HSV(B) 108.91º 0.89% 0.93% -
XYZ 32.65 61.77 11.18 -
YUV 161.52 51.52 59.16 -
System Red Green Blue C M Y K H S L
Decimal 65 237 26 0.73 0 0.89 0.07 108.91 0.85 0.52
Hex 41 ED 1A 49 0 59 7 6D 55 34
Octal 101 355 32 111 0 131 7 155 125 64
Binary 1000001 11101101 11010 1001001 0 1011001 111 1101101 1010101 110100

Color Harmonies of #41ED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ED1A

Black with #41ED1A

Text Example


Text Example

White with #41ED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,237,26); }

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

background-color css

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

 a { background-color: rgb(65,237,26); }

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

border-color css

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

 span { border-color: rgb(65,237,26); }

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