Html Css Color HEX #4DB56B Ocean Green

📋 copy color: '#4DB56B'

red 77 ◦ green 181 ◦ blue 107

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

Shades of Ocean Green #4DB56B

Tints of Ocean Green #4DB56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 21.1%
G = 49.59%
B = 29.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#4DB56B (or 0x4DB56B) is known color: Ocean Green. HEX triplet: 4D, B5 and 6B. RGB value is (77,181,107). Sum of RGB (Red+Green+Blue) = 77+181+107=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB56B is #B24A94. Grayscale: #8D8D8D. Windows color (decimal): -11684501 or 7058765. OLE color: 7058765.

HSL color Cylindrical-coordinate representation of color #4DB56B: hue angle of 137.31º 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 #4DB56B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 181 107 -
CMYK 0.57 0 0.41 0.29
HSL 137.31º 0.41% 0.51% -
HSV(B) 137.31º 0.57% 0.71% -
XYZ 22.24 35.69 19.63 -
YUV 141.47 108.54 82.02 -
System Red Green Blue C M Y K H S L
Decimal 77 181 107 0.57 0 0.41 0.29 137.31 0.41 0.51
Hex 4D B5 6B 39 0 29 1D 89 29 33
Octal 115 265 153 71 0 51 35 211 51 63
Binary 1001101 10110101 1101011 111001 0 101001 11101 10001001 101001 110011

Color Harmonies of #4DB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB56B

Black with #4DB56B

Text Example


Text Example

White with #4DB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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