Html Css Color HEX #41EF20 Harlequin

📋 copy color: '#41EF20'

red 65 ◦ green 239 ◦ blue 32

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

Shades of Harlequin #41EF20

Tints of Harlequin #41EF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 19.35%
G = 71.13%
B = 9.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#41EF20 (or 0x41EF20) is known color: Harlequin. HEX triplet: 41, EF and 20. RGB value is (65,239,32). Sum of RGB (Red+Green+Blue) = 65+239+32=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 239 (93.75% from 255 or 71.13% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EF20 is #BE10DF. Grayscale: #A4A4A4. Windows color (decimal): -12456160 or 2158401. OLE color: 2158401.

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

Color convert

RGB 65 239 32 -
CMYK 0.73 0 0.87 0.06
HSL 110.43º 0.87% 0.53% -
HSV(B) 110.43º 0.87% 0.94% -
XYZ 33.31 62.96 11.76 -
YUV 163.38 53.85 57.83 -
System Red Green Blue C M Y K H S L
Decimal 65 239 32 0.73 0 0.87 0.06 110.43 0.87 0.53
Hex 41 EF 20 49 0 57 6 6E 57 35
Octal 101 357 40 111 0 127 6 156 127 65
Binary 1000001 11101111 100000 1001001 0 1010111 110 1101110 1010111 110101

Color Harmonies of #41EF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EF20

Black with #41EF20

Text Example


Text Example

White with #41EF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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