Html Css Color HEX #41DD11 Kelly Green

📋 copy color: '#41DD11'

red 65 ◦ green 221 ◦ blue 17

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

Shades of Kelly Green #41DD11

Tints of Kelly Green #41DD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 21.45%
G = 72.94%
B = 5.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#41DD11 (or 0x41DD11) is known color: Kelly Green. HEX triplet: 41, DD and 11. RGB value is (65,221,17). Sum of RGB (Red+Green+Blue) = 65+221+17=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DD11 is #BE22EE. Grayscale: #979797. Windows color (decimal): -12460783 or 1170753. OLE color: 1170753.

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

Color convert

RGB 65 221 17 -
CMYK 0.71 0 0.92 0.13
HSL 105.88º 0.86% 0.47% -
HSV(B) 105.88º 0.92% 0.87% -
XYZ 28.14 52.88 9.25 -
YUV 151.1 52.32 66.59 -
System Red Green Blue C M Y K H S L
Decimal 65 221 17 0.71 0 0.92 0.13 105.88 0.86 0.47
Hex 41 DD 11 47 0 5C D 6A 56 2F
Octal 101 335 21 107 0 134 15 152 126 57
Binary 1000001 11011101 10001 1000111 0 1011100 1101 1101010 1010110 101111

Color Harmonies of #41DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DD11

Black with #41DD11

Text Example


Text Example

White with #41DD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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