#4DB77B

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

Shades of Ocean Green #4DB77B

Tints of Ocean Green #4DB77B

Color information

#4DB77B (or 0x4DB77B) is unknown color: approx Ocean Green. HEX triplet: 4D, B7 and 7B. RGB value is (77,183,123). Sum of RGB (Red+Green+Blue) = 77+183+123=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB77B is #B24884. Grayscale: #909090. Windows color (decimal): -11683973 or 8107853. OLE color: 8107853.

HSL color Cylindrical-coordinate representation of color #4DB77B: hue angle of 146.04º degrees, saturation: 0.42, 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 #4DB77B is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB77183123-
CMYK0.5800.330.28
HSL146.04º42.4%50.98%-
HSV(B)146.04º57.92%71.76%-
XYZ23.5736.8724.61-
YUV144.47115.8879.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.10%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=20.10%
G=47.78%
B=32.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal771831230.5800.330.28146.0442.450.98
Hex4DB77B3A0211C922a33
Octal11526717372041342225263
Binary100110110110111111101111101001000011110010010010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,183,123); }

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

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

 a { background-color: rgb(77,183,123); }

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

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

 span { border-color: rgb(77,183,123); }

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