Html Css Color HEX #4DAD70 Ocean Green

📋 copy color: '#4DAD70'

red 77 ◦ green 173 ◦ blue 112

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

Shades of Ocean Green #4DAD70

Tints of Ocean Green #4DAD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.79%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 21.27%
G = 47.79%
B = 30.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#4DAD70 (or 0x4DAD70) is known color: Ocean Green. HEX triplet: 4D, AD and 70. RGB value is (77,173,112). Sum of RGB (Red+Green+Blue) = 77+173+112=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD70 is #B2528F. Grayscale: #898989. Windows color (decimal): -11686544 or 7384397. OLE color: 7384397.

HSL color Cylindrical-coordinate representation of color #4DAD70: hue angle of 141.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD70 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 112 -
CMYK 0.55 0 0.35 0.32
HSL 141.88º 0.38% 0.49% -
HSV(B) 141.88º 0.55% 0.68% -
XYZ 20.93 32.63 20.53 -
YUV 137.34 113.7 84.96 -
System Red Green Blue C M Y K H S L
Decimal 77 173 112 0.55 0 0.35 0.32 141.88 0.38 0.49
Hex 4D AD 70 37 0 23 20 8E 26 31
Octal 115 255 160 67 0 43 40 216 46 61
Binary 1001101 10101101 1110000 110111 0 100011 100000 10001110 100110 110001

Color Harmonies of #4DAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD70

Black with #4DAD70

Text Example


Text Example

White with #4DAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,112); }

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

background-color css

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

 a { background-color: rgb(77,173,112); }

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

border-color css

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

 span { border-color: rgb(77,173,112); }

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