#4DBD60

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

Shades of Fern #4DBD60

Tints of Fern #4DBD60

Color information

#4DBD60 (or 0x4DBD60) is unknown color: approx Fern. HEX triplet: 4D, BD and 60. RGB value is (77,189,96). Sum of RGB (Red+Green+Blue) = 77+189+96=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD60 is #B2429F. Grayscale: #919191. Windows color (decimal): -11682464 or 6339917. OLE color: 6339917.

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

Color convert

RGB7718996-
CMYK0.5900.490.26
HSL130.18º45.9%52.16%-
HSV(B)130.18º59.26%74.12%-
XYZ23.3738.8217.33-
YUV144.91100.3979.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 189 (74.22% from 255) = 52.21%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=21.27%
G=52.21%
B=26.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal77189960.5900.490.26130.1845.952.16
Hex4DBD603B0311A822e34
Octal11527514073061322025664
Binary100110110111101110000011101101100011101010000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,189,96); }

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

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

 a { background-color: rgb(77,189,96); }

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

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

 span { border-color: rgb(77,189,96); }

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