Html Css Color HEX #41DD05 Harlequin

📋 copy color: '#41DD05'

red 65 ◦ green 221 ◦ blue 5

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

Shades of Harlequin #41DD05

Tints of Harlequin #41DD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 22.34%
G = 75.95%
B = 1.72%

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

#41DD05 (or 0x41DD05) is known color: Harlequin. HEX triplet: 41, DD and 05. RGB value is (65,221,5). Sum of RGB (Red+Green+Blue) = 65+221+5=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DD05 is #BE22FA. Grayscale: #969696. Windows color (decimal): -12460795 or 384321. OLE color: 384321.

HSL color Cylindrical-coordinate representation of color #41DD05: hue angle of 103.33º 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 #41DD05 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

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

Color Harmonies of #41DD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DD05

Black with #41DD05

Text Example


Text Example

White with #41DD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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