#41A100

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

Shades of Kelly Green #41A100

Tints of Kelly Green #41A100

Color information

#41A100 (or 0x41A100) is unknown color: approx Kelly Green. HEX triplet: 41, A1 and 00. RGB value is (65,161,0). Sum of RGB (Red+Green+Blue) = 65+161+0=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 161 (63.28% from 255 or 71.24% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 161 - color contains mainly: green. Hex color #41A100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A100 is #BE5EFF. Grayscale: #727272. Windows color (decimal): -12476160 or 41281. OLE color: 41281.

HSL color Cylindrical-coordinate representation of color #41A100: hue angle of 95.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41A100 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB651610-
CMYK0.60010.37
HSL95.78º100%31.57%-
HSV(B)95.78º100%63.14%-
XYZ14.9226.614.35-
YUV113.9463.793.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 161 (63.28% from 255) = 71.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.76%
G=71.24%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6516100.60010.3795.7810031.57
Hex41A103C06425606420
Octal10124107401444514014440
Binary10000011010000101111000110010010010111000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,161,0); }

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

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

 a { background-color: rgb(65,161,0); }

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

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

 span { border-color: rgb(65,161,0); }

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