#41D801

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

Shades of Kelly Green #41D801

Tints of Kelly Green #41D801

Color information

#41D801 (or 0x41D801) is unknown color: approx Kelly Green. HEX triplet: 41, D8 and 01. RGB value is (65,216,1). Sum of RGB (Red+Green+Blue) = 65+216+1=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 216 (84.77% from 255 or 76.60% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 216 - color contains mainly: green. Hex color #41D801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D801 is #BE27FE. Grayscale: #939393. Windows color (decimal): -12462079 or 120897. OLE color: 120897.

HSL color Cylindrical-coordinate representation of color #41D801: hue angle of 102.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41D801 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB652161-
CMYK0.7001.000.15
HSL102.14º99.08%42.55%-
HSV(B)102.14º99.54%84.71%-
XYZ26.7450.248.32-
YUV146.3445.9769.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 216 (84.77% from 255) = 76.60%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=23.05%
G=76.60%
B=0.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal6521610.7001.000.15102.1499.0842.55
Hex41D8146064F66632b
Octal101330110601441714614353
Binary1000001110110001100011001100100111111001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,216,1); }

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

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

 a { background-color: rgb(65,216,1); }

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

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

 span { border-color: rgb(65,216,1); }

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