Html Css Color HEX #4DA57D Ocean Green

📋 copy color: '#4DA57D'

red 77 ◦ green 165 ◦ blue 125

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

Shades of Ocean Green #4DA57D

Tints of Ocean Green #4DA57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.96%

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

R = 20.98%
G = 44.96%
B = 34.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#4DA57D (or 0x4DA57D) is known color: Ocean Green. HEX triplet: 4D, A5 and 7D. RGB value is (77,165,125). Sum of RGB (Red+Green+Blue) = 77+165+125=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA57D is #B25A82. Grayscale: #868686. Windows color (decimal): -11688579 or 8234317. OLE color: 8234317.

HSL color Cylindrical-coordinate representation of color #4DA57D: hue angle of 152.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA57D is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 165 125 -
CMYK 0.53 0 0.24 0.35
HSL 152.73º 0.36% 0.47% -
HSV(B) 152.73º 0.53% 0.65% -
XYZ 20.22 29.97 24.12 -
YUV 134.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 77 165 125 0.53 0 0.24 0.35 152.73 0.36 0.47
Hex 4D A5 7D 35 0 18 23 99 24 2F
Octal 115 245 175 65 0 30 43 231 44 57
Binary 1001101 10100101 1111101 110101 0 11000 100011 10011001 100100 101111

Color Harmonies of #4DA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA57D

Black with #4DA57D

Text Example


Text Example

White with #4DA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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