Html Css Color HEX #41ED1C Harlequin

📋 copy color: '#41ED1C'

red 65 ◦ green 237 ◦ blue 28

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

Shades of Harlequin #41ED1C

Tints of Harlequin #41ED1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 19.7%
G = 71.82%
B = 8.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#41ED1C (or 0x41ED1C) is known color: Harlequin. HEX triplet: 41, ED and 1C. RGB value is (65,237,28). Sum of RGB (Red+Green+Blue) = 65+237+28=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 237 (92.97% from 255 or 71.82% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 237 - color contains mainly: green. Hex color #41ED1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41ED1C is #BE12E3. Grayscale: #A2A2A2. Windows color (decimal): -12456676 or 1895745. OLE color: 1895745.

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

Color convert

RGB 65 237 28 -
CMYK 0.73 0 0.88 0.07
HSL 109.38º 0.85% 0.52% -
HSV(B) 109.38º 0.88% 0.93% -
XYZ 32.67 61.78 11.3 -
YUV 161.75 52.52 58.99 -
System Red Green Blue C M Y K H S L
Decimal 65 237 28 0.73 0 0.88 0.07 109.38 0.85 0.52
Hex 41 ED 1C 49 0 58 7 6D 55 34
Octal 101 355 34 111 0 130 7 155 125 64
Binary 1000001 11101101 11100 1001001 0 1011000 111 1101101 1010101 110100

Color Harmonies of #41ED1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ED1C

Black with #41ED1C

Text Example


Text Example

White with #41ED1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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