Html Css Color HEX #4DA978 Ocean Green

📋 copy color: '#4DA978'

red 77 ◦ green 169 ◦ blue 120

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

Shades of Ocean Green #4DA978

Tints of Ocean Green #4DA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 21.04%
G = 46.17%
B = 32.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#4DA978 (or 0x4DA978) is known color: Ocean Green. HEX triplet: 4D, A9 and 78. RGB value is (77,169,120). Sum of RGB (Red+Green+Blue) = 77+169+120=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA978 is #B25687. Grayscale: #888888. Windows color (decimal): -11687560 or 7907661. OLE color: 7907661.

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

Color convert

RGB 77 169 120 -
CMYK 0.54 0 0.29 0.34
HSL 148.04º 0.37% 0.48% -
HSV(B) 148.04º 0.54% 0.66% -
XYZ 20.64 31.31 22.72 -
YUV 135.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 77 169 120 0.54 0 0.29 0.34 148.04 0.37 0.48
Hex 4D A9 78 36 0 1D 22 94 25 30
Octal 115 251 170 66 0 35 42 224 45 60
Binary 1001101 10101001 1111000 110110 0 11101 100010 10010100 100101 110000

Color Harmonies of #4DA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA978

Black with #4DA978

Text Example


Text Example

White with #4DA978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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