#4DB16E

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

Shades of Ocean Green #4DB16E

Tints of Ocean Green #4DB16E

Color information

#4DB16E (or 0x4DB16E) is unknown color: approx Ocean Green. HEX triplet: 4D, B1 and 6E. RGB value is (77,177,110). Sum of RGB (Red+Green+Blue) = 77+177+110=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB16E is #B24E91. Grayscale: #8B8B8B. Windows color (decimal): -11685522 or 7254349. OLE color: 7254349.

HSL color Cylindrical-coordinate representation of color #4DB16E: hue angle of 139.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB16E is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB77177110-
CMYK0.5600.380.31
HSL139.8º39.37%49.8%-
HSV(B)139.8º56.5%69.41%-
XYZ21.634.1520.2-
YUV139.46111.3783.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=21.15%
G=48.63%
B=30.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771771100.5600.380.31139.839.3749.8
Hex4DB16E380261F8c2732
Octal11526115670046372144762
Binary100110110110001110111011100001001101111110001100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,177,110); }

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

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

 a { background-color: rgb(77,177,110); }

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

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

 span { border-color: rgb(77,177,110); }

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