#4DDD15

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

Shades of Kelly Green #4DDD15

Tints of Kelly Green #4DDD15

Color information

#4DDD15 (or 0x4DDD15) is unknown color: approx Kelly Green. HEX triplet: 4D, DD and 15. RGB value is (77,221,21). Sum of RGB (Red+Green+Blue) = 77+221+21=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DDD15 is #B222EA. Grayscale: #9B9B9B. Windows color (decimal): -11674347 or 1432909. OLE color: 1432909.

HSL color Cylindrical-coordinate representation of color #4DDD15: hue angle of 103.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DDD15 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB7722121-
CMYK0.6500.900.13
HSL103.2º82.64%47.45%-
HSV(B)103.2º90.5%86.67%-
XYZ29.0553.349.47-
YUV155.1452.2972.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.14%
GREEN value IS 221 (86.72% from 255) = 69.28%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=24.14%
G=69.28%
B=6.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77221210.6500.900.13103.282.6447.45
Hex4DDD154105AD67532f
Octal1153352510101321514712357
Binary10011011101110110101100000101011010110111001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,221,21); }

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

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

 a { background-color: rgb(77,221,21); }

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

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

 span { border-color: rgb(77,221,21); }

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