Html Css Color HEX #4DA07D Ocean Green

📋 copy color: '#4DA07D'

red 77 ◦ green 160 ◦ blue 125

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

Shades of Ocean Green #4DA07D

Tints of Ocean Green #4DA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 21.27%
G = 44.2%
B = 34.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#4DA07D (or 0x4DA07D) is known color: Ocean Green. HEX triplet: 4D, A0 and 7D. RGB value is (77,160,125). Sum of RGB (Red+Green+Blue) = 77+160+125=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA07D is #B25F82. Grayscale: #838383. Windows color (decimal): -11689859 or 8233037. OLE color: 8233037.

HSL color Cylindrical-coordinate representation of color #4DA07D: hue angle of 154.7º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA07D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 160 125 -
CMYK 0.52 0 0.22 0.37
HSL 154.7º 0.35% 0.46% -
HSV(B) 154.7º 0.52% 0.63% -
XYZ 19.33 28.2 23.83 -
YUV 131.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 77 160 125 0.52 0 0.22 0.37 154.7 0.35 0.46
Hex 4D A0 7D 34 0 16 25 9B 23 2E
Octal 115 240 175 64 0 26 45 233 43 56
Binary 1001101 10100000 1111101 110100 0 10110 100101 10011011 100011 101110

Color Harmonies of #4DA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA07D

Black with #4DA07D

Text Example


Text Example

White with #4DA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,160,125); }

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

background-color css

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

 a { background-color: rgb(77,160,125); }

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

border-color css

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

 span { border-color: rgb(77,160,125); }

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