#4DB56F

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

Shades of Ocean Green #4DB56F

Tints of Ocean Green #4DB56F

Color information

#4DB56F (or 0x4DB56F) is unknown color: approx Ocean Green. HEX triplet: 4D, B5 and 6F. RGB value is (77,181,111). Sum of RGB (Red+Green+Blue) = 77+181+111=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB56F is #B24A90. Grayscale: #8E8E8E. Windows color (decimal): -11684497 or 7320909. OLE color: 7320909.

HSL color Cylindrical-coordinate representation of color #4DB56F: hue angle of 139.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB56F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB77181111-
CMYK0.5700.390.29
HSL139.62º41.27%50.59%-
HSV(B)139.62º57.46%70.98%-
XYZ22.4535.7720.76-
YUV141.92110.5481.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=20.87%
G=49.05%
B=30.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771811110.5700.390.29139.6241.2750.59
Hex4DB56F390271D8c2933
Octal11526515771047352145163
Binary100110110110101110111111100101001111110110001100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,181,111); }

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

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

 a { background-color: rgb(77,181,111); }

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

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

 span { border-color: rgb(77,181,111); }

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