#4BB57D

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

Shades of Ocean Green #4BB57D

Tints of Ocean Green #4BB57D

Color information

#4BB57D (or 0x4BB57D) is unknown color: approx Ocean Green. HEX triplet: 4B, B5 and 7D. RGB value is (75,181,125). Sum of RGB (Red+Green+Blue) = 75+181+125=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB57D is #B44A82. Grayscale: #8F8F8F. Windows color (decimal): -11815555 or 8238411. OLE color: 8238411.

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

Color convert

RGB75181125-
CMYK0.5900.310.29
HSL148.3º41.73%50.2%-
HSV(B)148.3º58.56%70.98%-
XYZ23.1336.0225.14-
YUV142.92117.8879.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.69%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=19.69%
G=47.51%
B=32.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811250.5900.310.29148.341.7350.2
Hex4BB57D3B01F1D942a32
Octal11326517573037352245262
Binary10010111011010111111011110110111111110110010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,181,125); }

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

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

 a { background-color: rgb(75,181,125); }

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

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

 span { border-color: rgb(75,181,125); }

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