#41BB16

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

Shades of Kelly Green #41BB16

Tints of Kelly Green #41BB16

Color information

#41BB16 (or 0x41BB16) is unknown color: approx Kelly Green. HEX triplet: 41, BB and 16. RGB value is (65,187,22). Sum of RGB (Red+Green+Blue) = 65+187+22=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 187 (73.44% from 255 or 68.25% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BB16 is #BE44E9. Grayscale: #848484. Windows color (decimal): -12469482 or 1489729. OLE color: 1489729.

HSL color Cylindrical-coordinate representation of color #41BB16: hue angle of 104.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41BB16 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB6518722-
CMYK0.6500.880.27
HSL104.36º78.95%40.98%-
HSV(B)104.36º88.24%73.33%-
XYZ20.136.726.79-
YUV131.7166.0880.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 187 (73.44% from 255) = 68.25%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=23.72%
G=68.25%
B=8.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65187220.6500.880.27104.3678.9540.98
Hex41BB16410581B684f29
Octal1012732610101303315011751
Binary100000110111011101101000001010110001101111010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,187,22); }

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

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

 a { background-color: rgb(65,187,22); }

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

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

 span { border-color: rgb(65,187,22); }

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