Html Css Color HEX #4DB57A Ocean Green

📋 copy color: '#4DB57A'

red 77 ◦ green 181 ◦ blue 122

#4DB57A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4DB57A

Tints of Ocean Green #4DB57A

RGB

 RED value IS 77 (30.47% from 255) = 20.26%

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 20.26%
G = 47.63%
B = 32.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#4DB57A (or 0x4DB57A) is known color: Ocean Green. HEX triplet: 4D, B5 and 7A. RGB value is (77,181,122). Sum of RGB (Red+Green+Blue) = 77+181+122=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB57A is #B24A85. Grayscale: #8F8F8F. Windows color (decimal): -11684486 or 8041805. OLE color: 8041805.

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

Color convert

RGB 77 181 122 -
CMYK 0.57 0 0.33 0.29
HSL 145.96º 0.41% 0.51% -
HSV(B) 145.96º 0.57% 0.71% -
XYZ 23.1 36.03 24.15 -
YUV 143.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 77 181 122 0.57 0 0.33 0.29 145.96 0.41 0.51
Hex 4D B5 7A 39 0 21 1D 92 29 33
Octal 115 265 172 71 0 41 35 222 51 63
Binary 1001101 10110101 1111010 111001 0 100001 11101 10010010 101001 110011

Color Harmonies of #4DB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB57A

Black with #4DB57A

Text Example


Text Example

White with #4DB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,181,122); }

 H1.HeaderClassName
 {
   color: #4DB57A;
 }
 .AnyTagClassName
 {
   color: #4DB57A;
 }
</style>

background-color css

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

 a { background-color: rgb(77,181,122); }

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

border-color css

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

 span { border-color: rgb(77,181,122); }

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