Html Css Color HEX #4DA980 Ocean Green

📋 copy color: '#4DA980'

red 77 ◦ green 169 ◦ blue 128

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

Shades of Ocean Green #4DA980

Tints of Ocean Green #4DA980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.19%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 20.59%
G = 45.19%
B = 34.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#4DA980 (or 0x4DA980) is known color: Ocean Green. HEX triplet: 4D, A9 and 80. RGB value is (77,169,128). Sum of RGB (Red+Green+Blue) = 77+169+128=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA980 is #B2567F. Grayscale: #888888. Windows color (decimal): -11687552 or 8431949. OLE color: 8431949.

HSL color Cylindrical-coordinate representation of color #4DA980: hue angle of 153.26º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA980 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 77 169 128 -
CMYK 0.54 0 0.24 0.34
HSL 153.26º 0.37% 0.48% -
HSV(B) 153.26º 0.54% 0.66% -
XYZ 21.14 31.51 25.39 -
YUV 136.82 123.02 85.33 -
System Red Green Blue C M Y K H S L
Decimal 77 169 128 0.54 0 0.24 0.34 153.26 0.37 0.48
Hex 4D A9 80 36 0 18 22 99 25 30
Octal 115 251 200 66 0 30 42 231 45 60
Binary 1001101 10101001 10000000 110110 0 11000 100010 10011001 100101 110000

Color Harmonies of #4DA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA980

Black with #4DA980

Text Example


Text Example

White with #4DA980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,169,128); }

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

background-color css

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

 a { background-color: rgb(77,169,128); }

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

border-color css

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

 span { border-color: rgb(77,169,128); }

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