Html Css Color HEX #4DA97C Ocean Green

📋 copy color: '#4DA97C'

red 77 ◦ green 169 ◦ blue 124

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

Shades of Ocean Green #4DA97C

Tints of Ocean Green #4DA97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 20.81%
G = 45.68%
B = 33.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#4DA97C (or 0x4DA97C) is known color: Ocean Green. HEX triplet: 4D, A9 and 7C. RGB value is (77,169,124). Sum of RGB (Red+Green+Blue) = 77+169+124=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA97C is #B25683. Grayscale: #888888. Windows color (decimal): -11687556 or 8169805. OLE color: 8169805.

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

Color convert

RGB 77 169 124 -
CMYK 0.54 0 0.27 0.34
HSL 150.65º 0.37% 0.48% -
HSV(B) 150.65º 0.54% 0.66% -
XYZ 20.89 31.41 24.03 -
YUV 136.36 121.02 85.66 -
System Red Green Blue C M Y K H S L
Decimal 77 169 124 0.54 0 0.27 0.34 150.65 0.37 0.48
Hex 4D A9 7C 36 0 1B 22 97 25 30
Octal 115 251 174 66 0 33 42 227 45 60
Binary 1001101 10101001 1111100 110110 0 11011 100010 10010111 100101 110000

Color Harmonies of #4DA97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA97C

Black with #4DA97C

Text Example


Text Example

White with #4DA97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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