#4DBA64

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

Shades of Fern #4DBA64

Tints of Fern #4DBA64

Color information

#4DBA64 (or 0x4DBA64) is unknown color: approx Fern. HEX triplet: 4D, BA and 64. RGB value is (77,186,100). Sum of RGB (Red+Green+Blue) = 77+186+100=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA64 is #B2459B. Grayscale: #8F8F8F. Windows color (decimal): -11683228 or 6601293. OLE color: 6601293.

HSL color Cylindrical-coordinate representation of color #4DBA64: hue angle of 132.66º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA64 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB77186100-
CMYK0.5900.460.27
HSL132.66º44.13%51.57%-
HSV(B)132.66º58.6%72.94%-
XYZ22.9237.6218.11-
YUV143.6103.3980.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.21%
GREEN value IS 186 (73.05% from 255) = 51.24%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=21.21%
G=51.24%
B=27.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771861000.5900.460.27132.6644.1351.57
Hex4DBA643B02E1B852c34
Octal11527214473056332055464
Binary100110110111010110010011101101011101101110000101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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