Html Css Color HEX #41DD04 Harlequin

📋 copy color: '#41DD04'

red 65 ◦ green 221 ◦ blue 4

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

Shades of Harlequin #41DD04

Tints of Harlequin #41DD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.21%

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 22.41%
G = 76.21%
B = 1.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#41DD04 (or 0x41DD04) is known color: Harlequin. HEX triplet: 41, DD and 04. RGB value is (65,221,4). Sum of RGB (Red+Green+Blue) = 65+221+4=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 221 (86.72% from 255 or 76.21% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DD04 is #BE22FB. Grayscale: #969696. Windows color (decimal): -12460796 or 318785. OLE color: 318785.

HSL color Cylindrical-coordinate representation of color #41DD04: hue angle of 103.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41DD04 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 4 -
CMYK 0.71 0 0.98 0.13
HSL 103.13º 0.96% 0.44% -
HSV(B) 103.13º 0.98% 0.87% -
XYZ 28.06 52.85 8.84 -
YUV 149.62 45.82 67.64 -
System Red Green Blue C M Y K H S L
Decimal 65 221 4 0.71 0 0.98 0.13 103.13 0.96 0.44
Hex 41 DD 4 47 0 62 D 67 60 2C
Octal 101 335 4 107 0 142 15 147 140 54
Binary 1000001 11011101 100 1000111 0 1100010 1101 1100111 1100000 101100

Color Harmonies of #41DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DD04

Black with #41DD04

Text Example


Text Example

White with #41DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,221,4); }

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

background-color css

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

 a { background-color: rgb(65,221,4); }

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

border-color css

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

 span { border-color: rgb(65,221,4); }

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