#4DB66F

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

Shades of Ocean Green #4DB66F

Tints of Ocean Green #4DB66F

Color information

#4DB66F (or 0x4DB66F) is unknown color: approx Ocean Green. HEX triplet: 4D, B6 and 6F. RGB value is (77,182,111). Sum of RGB (Red+Green+Blue) = 77+182+111=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB66F is #B24990. Grayscale: #8E8E8E. Windows color (decimal): -11684241 or 7321165. OLE color: 7321165.

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

Color convert

RGB77182111-
CMYK0.5800.390.29
HSL139.43º41.83%50.78%-
HSV(B)139.43º57.69%71.37%-
XYZ22.6636.1820.83-
YUV142.51110.2181.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.81%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 111 (43.75% from 255) = 30%
R=20.81%
G=49.19%
B=30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771821110.5800.390.29139.4341.8350.78
Hex4DB66F3A0271D8b2a33
Octal11526615772047352135263
Binary100110110110110110111111101001001111110110001011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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