#4DBF13

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

Shades of Kelly Green #4DBF13

Tints of Kelly Green #4DBF13

Color information

#4DBF13 (or 0x4DBF13) is unknown color: approx Kelly Green. HEX triplet: 4D, BF and 13. RGB value is (77,191,19). Sum of RGB (Red+Green+Blue) = 77+191+19=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBF13 is #B240EC. Grayscale: #898989. Windows color (decimal): -11682029 or 1294157. OLE color: 1294157.

HSL color Cylindrical-coordinate representation of color #4DBF13: hue angle of 99.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DBF13 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB7719119-
CMYK0.6000.900.25
HSL99.77º81.9%41.18%-
HSV(B)99.77º90.05%74.9%-
XYZ21.8138.896.97-
YUV137.3161.2384.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 191 (75% from 255) = 66.55%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=26.83%
G=66.55%
B=6.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77191190.6000.900.2599.7781.941.18
Hex4DBF133C05A19645229
Octal115277237401323114412251
Binary10011011011111110011111100010110101100111001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,191,19); }

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

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

 a { background-color: rgb(77,191,19); }

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

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

 span { border-color: rgb(77,191,19); }

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