Html Css Color HEX #41CD20 Kelly Green

📋 copy color: '#41CD20'

red 65 ◦ green 205 ◦ blue 32

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

Shades of Kelly Green #41CD20

Tints of Kelly Green #41CD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 67.88%

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

R = 21.52%
G = 67.88%
B = 10.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#41CD20 (or 0x41CD20) is known color: Kelly Green. HEX triplet: 41, CD and 20. RGB value is (65,205,32). Sum of RGB (Red+Green+Blue) = 65+205+32=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 205 (80.47% from 255 or 67.88% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CD20 is #BE32DF. Grayscale: #8F8F8F. Windows color (decimal): -12464864 or 2149697. OLE color: 2149697.

HSL color Cylindrical-coordinate representation of color #41CD20: hue angle of 108.55º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41CD20 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 205 32 -
CMYK 0.68 0 0.84 0.20
HSL 108.55º 0.73% 0.46% -
HSV(B) 108.55º 0.84% 0.8% -
XYZ 24.27 44.89 8.75 -
YUV 143.42 65.12 72.07 -
System Red Green Blue C M Y K H S L
Decimal 65 205 32 0.68 0 0.84 0.20 108.55 0.73 0.46
Hex 41 CD 20 44 0 54 14 6D 49 2E
Octal 101 315 40 104 0 124 24 155 111 56
Binary 1000001 11001101 100000 1000100 0 1010100 10100 1101101 1001001 101110

Color Harmonies of #41CD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CD20

Black with #41CD20

Text Example


Text Example

White with #41CD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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