#41CD13

Color #41CD13 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #41CD13

Tints of Kelly Green #41CD13

Color information

#41CD13 (or 0x41CD13) is unknown color: approx Kelly Green. HEX triplet: 41, CD and 13. RGB value is (65,205,19). Sum of RGB (Red+Green+Blue) = 65+205+19=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CD13 is #BE32EC. Grayscale: #8E8E8E. Windows color (decimal): -12464877 or 1297729. OLE color: 1297729.

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

Color convert

RGB6520519-
CMYK0.6800.910.20
HSL105.16º83.04%43.92%-
HSV(B)105.16º90.73%80.39%-
XYZ24.1344.838-
YUV141.9458.6273.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 205 (80.47% from 255) = 70.93%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=22.49%
G=70.93%
B=6.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65205190.6800.910.20105.1683.0443.92
Hex41CD134405B1469532c
Octal1013152310401332415112354
Binary100000111001101100111000100010110111010011010011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41CD13;
 }
 .AnyTagClassName
 {
   color: #41CD13;
 }
</style>
background-color css

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

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

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

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

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

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