#4AD115

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

Shades of Kelly Green #4AD115

Tints of Kelly Green #4AD115

Color information

#4AD115 (or 0x4AD115) is unknown color: approx Kelly Green. HEX triplet: 4A, D1 and 15. RGB value is (74,209,21). Sum of RGB (Red+Green+Blue) = 74+209+21=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 209 (82.03% from 255 or 68.75% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AD115 is #B52EEA. Grayscale: #939393. Windows color (decimal): -11874027 or 1429834. OLE color: 1429834.

HSL color Cylindrical-coordinate representation of color #4AD115: hue angle of 103.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AD115 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB7420921-
CMYK0.6500.900.18
HSL103.09º81.74%45.1%-
HSV(B)103.09º89.95%81.96%-
XYZ25.7647.118.45-
YUV147.256.7775.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.34%
GREEN value IS 209 (82.03% from 255) = 68.75%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=24.34%
G=68.75%
B=6.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74209210.6500.900.18103.0981.7445.1
Hex4AD1154105A1267522d
Octal1123212510101322214712255
Binary100101011010001101011000001010110101001011001111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,209,21); }

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

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

 a { background-color: rgb(74,209,21); }

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

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

 span { border-color: rgb(74,209,21); }

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