#41D201

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

Shades of Kelly Green #41D201

Tints of Kelly Green #41D201

Color information

#41D201 (or 0x41D201) is unknown color: approx Kelly Green. HEX triplet: 41, D2 and 01. RGB value is (65,210,1). Sum of RGB (Red+Green+Blue) = 65+210+1=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #41D201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D201 is #BE2DFE. Grayscale: #8F8F8F. Windows color (decimal): -12463615 or 119361. OLE color: 119361.

HSL color Cylindrical-coordinate representation of color #41D201: hue angle of 101.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41D201 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB652101-
CMYK0.6901.000.18
HSL101.63º99.05%41.37%-
HSV(B)101.63º99.52%82.35%-
XYZ25.2347.227.81-
YUV142.8247.9672.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 210 (82.42% from 255) = 76.09%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=23.55%
G=76.09%
B=0.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6521010.6901.000.18101.6399.0541.37
Hex41D214506412666329
Octal101322110501442214614351
Binary10000011101001011000101011001001001011001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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