#4DBA12

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

Shades of Kelly Green #4DBA12

Tints of Kelly Green #4DBA12

Color information

#4DBA12 (or 0x4DBA12) is unknown color: approx Kelly Green. HEX triplet: 4D, BA and 12. RGB value is (77,186,18). Sum of RGB (Red+Green+Blue) = 77+186+18=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DBA12 is #B245ED. Grayscale: #868686. Windows color (decimal): -11683310 or 1227341. OLE color: 1227341.

HSL color Cylindrical-coordinate representation of color #4DBA12: hue angle of 98.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DBA12 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB7718618-
CMYK0.5900.900.27
HSL98.93º82.35%40%-
HSV(B)98.93º90.32%72.94%-
XYZ20.7336.746.57-
YUV134.2662.3987.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 186 (73.05% from 255) = 66.19%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=27.40%
G=66.19%
B=6.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77186180.5900.900.2798.9382.3540
Hex4DBA123B05A1B635228
Octal115272227301323314312250
Binary10011011011101010010111011010110101101111000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,186,18); }

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

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

 a { background-color: rgb(77,186,18); }

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

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

 span { border-color: rgb(77,186,18); }

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