Html Css Color HEX #4DA17F Ocean Green

📋 copy color: '#4DA17F'

red 77 ◦ green 161 ◦ blue 127

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

Shades of Ocean Green #4DA17F

Tints of Ocean Green #4DA17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 21.1%
G = 44.11%
B = 34.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#4DA17F (or 0x4DA17F) is known color: Ocean Green. HEX triplet: 4D, A1 and 7F. RGB value is (77,161,127). Sum of RGB (Red+Green+Blue) = 77+161+127=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA17F is #B25E80. Grayscale: #848484. Windows color (decimal): -11689601 or 8364365. OLE color: 8364365.

HSL color Cylindrical-coordinate representation of color #4DA17F: hue angle of 155.71º 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 #4DA17F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 161 127 -
CMYK 0.52 0 0.21 0.37
HSL 155.71º 0.35% 0.47% -
HSV(B) 155.71º 0.52% 0.63% -
XYZ 19.64 28.6 24.56 -
YUV 132.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 77 161 127 0.52 0 0.21 0.37 155.71 0.35 0.47
Hex 4D A1 7F 34 0 15 25 9C 23 2F
Octal 115 241 177 64 0 25 45 234 43 57
Binary 1001101 10100001 1111111 110100 0 10101 100101 10011100 100011 101111

Color Harmonies of #4DA17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA17F

Black with #4DA17F

Text Example


Text Example

White with #4DA17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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