#4DB87E

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

Shades of Ocean Green #4DB87E

Tints of Ocean Green #4DB87E

Color information

#4DB87E (or 0x4DB87E) is unknown color: approx Ocean Green. HEX triplet: 4D, B8 and 7E. RGB value is (77,184,126). Sum of RGB (Red+Green+Blue) = 77+184+126=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB87E is #B24781. Grayscale: #919191. Windows color (decimal): -11683714 or 8304717. OLE color: 8304717.

HSL color Cylindrical-coordinate representation of color #4DB87E: hue angle of 147.48º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB87E is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB77184126-
CMYK0.5800.320.28
HSL147.48º42.97%51.18%-
HSV(B)147.48º58.15%72.16%-
XYZ23.9737.3725.69-
YUV145.4117.0579.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=19.90%
G=47.55%
B=32.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal771841260.5800.320.28147.4842.9751.18
Hex4DB87E3A0201C932b33
Octal11527017672040342235363
Binary100110110111000111111011101001000001110010010011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,184,126); }

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

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

 a { background-color: rgb(77,184,126); }

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

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

 span { border-color: rgb(77,184,126); }

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