Html Css Color HEX #4DAC81 Ocean Green

📋 copy color: '#4DAC81'

red 77 ◦ green 172 ◦ blue 129

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

Shades of Ocean Green #4DAC81

Tints of Ocean Green #4DAC81

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.5%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 20.37%
G = 45.5%
B = 34.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#4DAC81 (or 0x4DAC81) is known color: Ocean Green. HEX triplet: 4D, AC and 81. RGB value is (77,172,129). Sum of RGB (Red+Green+Blue) = 77+172+129=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC81 is #B2537E. Grayscale: #8A8A8A. Windows color (decimal): -11686783 or 8498253. OLE color: 8498253.

HSL color Cylindrical-coordinate representation of color #4DAC81: hue angle of 152.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC81 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 129 -
CMYK 0.55 0 0.25 0.33
HSL 152.84º 0.38% 0.49% -
HSV(B) 152.84º 0.55% 0.67% -
XYZ 21.78 32.67 25.93 -
YUV 138.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 77 172 129 0.55 0 0.25 0.33 152.84 0.38 0.49
Hex 4D AC 81 37 0 19 21 99 26 31
Octal 115 254 201 67 0 31 41 231 46 61
Binary 1001101 10101100 10000001 110111 0 11001 100001 10011001 100110 110001

Color Harmonies of #4DAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC81

Black with #4DAC81

Text Example


Text Example

White with #4DAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,172,129); }

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

background-color css

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

 a { background-color: rgb(77,172,129); }

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

border-color css

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

 span { border-color: rgb(77,172,129); }

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