#4DC85D

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

Shades of Fern #4DC85D

Tints of Fern #4DC85D

Color information

#4DC85D (or 0x4DC85D) is unknown color: approx Fern. HEX triplet: 4D, C8 and 5D. RGB value is (77,200,93). Sum of RGB (Red+Green+Blue) = 77+200+93=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC85D is #B237A2. Grayscale: #979797. Windows color (decimal): -11679651 or 6146125. OLE color: 6146125.

HSL color Cylindrical-coordinate representation of color #4DC85D: hue angle of 127.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC85D is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB7720093-
CMYK0.6200.540.22
HSL127.8º52.79%54.31%-
HSV(B)127.8º61.5%78.43%-
XYZ25.6943.6817.43-
YUV151.0295.2575.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.81%
GREEN value IS 200 (78.52% from 255) = 54.05%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=20.81%
G=54.05%
B=25.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77200930.6200.540.22127.852.7954.31
Hex4DC85D3E03616803536
Octal11531013576066262006566
Binary100110111001000101110111111001101101011010000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,200,93); }

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

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

 a { background-color: rgb(77,200,93); }

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

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

 span { border-color: rgb(77,200,93); }

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