Html Css Color HEX #41EF1C Harlequin

📋 copy color: '#41EF1C'

red 65 ◦ green 239 ◦ blue 28

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

Shades of Harlequin #41EF1C

Tints of Harlequin #41EF1C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.99%

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

R = 19.58%
G = 71.99%
B = 8.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#41EF1C (or 0x41EF1C) is known color: Harlequin. HEX triplet: 41, EF and 1C. RGB value is (65,239,28). Sum of RGB (Red+Green+Blue) = 65+239+28=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EF1C is #BE10E3. Grayscale: #A3A3A3. Windows color (decimal): -12456164 or 1896257. OLE color: 1896257.

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

Color convert

RGB 65 239 28 -
CMYK 0.73 0 0.88 0.06
HSL 109.48º 0.87% 0.52% -
HSV(B) 109.48º 0.88% 0.94% -
XYZ 33.26 62.94 11.49 -
YUV 162.92 51.85 58.16 -
System Red Green Blue C M Y K H S L
Decimal 65 239 28 0.73 0 0.88 0.06 109.48 0.87 0.52
Hex 41 EF 1C 49 0 58 6 6D 57 34
Octal 101 357 34 111 0 130 6 155 127 64
Binary 1000001 11101111 11100 1001001 0 1011000 110 1101101 1010111 110100

Color Harmonies of #41EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EF1C

Black with #41EF1C

Text Example


Text Example

White with #41EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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