#4BBA16

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

Shades of Kelly Green #4BBA16

Tints of Kelly Green #4BBA16

Color information

#4BBA16 (or 0x4BBA16) is unknown color: approx Kelly Green. HEX triplet: 4B, BA and 16. RGB value is (75,186,22). Sum of RGB (Red+Green+Blue) = 75+186+22=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBA16 is #B445E9. Grayscale: #868686. Windows color (decimal): -11814378 or 1489483. OLE color: 1489483.

HSL color Cylindrical-coordinate representation of color #4BBA16: hue angle of 100.61º 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 #4BBA16 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB7518622-
CMYK0.6000.880.27
HSL100.61º78.85%40.78%-
HSV(B)100.61º88.17%72.94%-
XYZ20.6136.676.75-
YUV134.1264.7385.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 186 (73.05% from 255) = 65.72%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=26.50%
G=65.72%
B=7.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75186220.6000.880.27100.6178.8540.78
Hex4BBA163C0581B654f29
Octal113272267401303314511751
Binary10010111011101010110111100010110001101111001011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBA16; }

 p { color: rgb(75,186,22); }

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

<style>
 a { background-color: #4BBA16; }

 a { background-color: rgb(75,186,22); }

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

<style>
 span { border-color: #4BBA16; }

 span { border-color: rgb(75,186,22); }

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