Html Css Color HEX #4DAF81 Ocean Green

📋 copy color: '#4DAF81'

red 77 ◦ green 175 ◦ blue 129

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

Shades of Ocean Green #4DAF81

Tints of Ocean Green #4DAF81

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.93%

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

R = 20.21%
G = 45.93%
B = 33.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#4DAF81 (or 0x4DAF81) is known color: Ocean Green. HEX triplet: 4D, AF and 81. RGB value is (77,175,129). Sum of RGB (Red+Green+Blue) = 77+175+129=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF81 is #B2507E. Grayscale: #8C8C8C. Windows color (decimal): -11686015 or 8499021. OLE color: 8499021.

HSL color Cylindrical-coordinate representation of color #4DAF81: hue angle of 151.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF81 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 175 129 -
CMYK 0.56 0 0.26 0.31
HSL 151.84º 0.39% 0.49% -
HSV(B) 151.84º 0.56% 0.69% -
XYZ 22.35 33.82 26.12 -
YUV 140.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 77 175 129 0.56 0 0.26 0.31 151.84 0.39 0.49
Hex 4D AF 81 38 0 1A 1F 98 27 31
Octal 115 257 201 70 0 32 37 230 47 61
Binary 1001101 10101111 10000001 111000 0 11010 11111 10011000 100111 110001

Color Harmonies of #4DAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF81

Black with #4DAF81

Text Example


Text Example

White with #4DAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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