Html Css Color HEX #4DA17D Ocean Green

📋 copy color: '#4DA17D'

red 77 ◦ green 161 ◦ blue 125

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

Shades of Ocean Green #4DA17D

Tints of Ocean Green #4DA17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

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

R = 21.21%
G = 44.35%
B = 34.44%

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

#4DA17D (or 0x4DA17D) is known color: Ocean Green. HEX triplet: 4D, A1 and 7D. RGB value is (77,161,125). Sum of RGB (Red+Green+Blue) = 77+161+125=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA17D is #B25E82. Grayscale: #838383. Windows color (decimal): -11689603 or 8233293. OLE color: 8233293.

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

Color convert

RGB 77 161 125 -
CMYK 0.52 0 0.22 0.37
HSL 154.29º 0.35% 0.47% -
HSV(B) 154.29º 0.52% 0.63% -
XYZ 19.51 28.55 23.88 -
YUV 131.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 77 161 125 0.52 0 0.22 0.37 154.29 0.35 0.47
Hex 4D A1 7D 34 0 16 25 9A 23 2F
Octal 115 241 175 64 0 26 45 232 43 57
Binary 1001101 10100001 1111101 110100 0 10110 100101 10011010 100011 101111

Color Harmonies of #4DA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA17D

Black with #4DA17D

Text Example


Text Example

White with #4DA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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