#41DB14

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

Shades of Kelly Green #41DB14

Tints of Kelly Green #41DB14

Color information

#41DB14 (or 0x41DB14) is unknown color: approx Kelly Green. HEX triplet: 41, DB and 14. RGB value is (65,219,20). Sum of RGB (Red+Green+Blue) = 65+219+20=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DB14 is #BE24EB. Grayscale: #969696. Windows color (decimal): -12461292 or 1366849. OLE color: 1366849.

HSL color Cylindrical-coordinate representation of color #41DB14: hue angle of 106.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41DB14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB6521920-
CMYK0.7000.910.14
HSL106.43º83.26%46.86%-
HSV(B)106.43º90.87%85.88%-
XYZ27.6451.849.21-
YUV150.2754.4867.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 219 (85.94% from 255) = 72.04%
BLUE value IS 20 (8.20% from 255) = 6.58%
R=21.38%
G=72.04%
B=6.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal65219200.7000.910.14106.4383.2646.86
Hex41DB144605BE6a532f
Octal1013332410601331615212357
Binary10000011101101110100100011001011011111011010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,219,20); }

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

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

 a { background-color: rgb(65,219,20); }

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

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

 span { border-color: rgb(65,219,20); }

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