Html Css Color HEX #4DB381 Ocean Green

📋 copy color: '#4DB381'

red 77 ◦ green 179 ◦ blue 129

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

Shades of Ocean Green #4DB381

Tints of Ocean Green #4DB381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 20%
G = 46.49%
B = 33.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#4DB381 (or 0x4DB381) is known color: Ocean Green. HEX triplet: 4D, B3 and 81. RGB value is (77,179,129). Sum of RGB (Red+Green+Blue) = 77+179+129=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB381 is #B24C7E. Grayscale: #8E8E8E. Windows color (decimal): -11684991 or 8500045. OLE color: 8500045.

HSL color Cylindrical-coordinate representation of color #4DB381: hue angle of 150.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB381 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 179 129 -
CMYK 0.57 0 0.28 0.30
HSL 150.59º 0.4% 0.5% -
HSV(B) 150.59º 0.57% 0.7% -
XYZ 23.14 35.4 26.38 -
YUV 142.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 77 179 129 0.57 0 0.28 0.30 150.59 0.4 0.5
Hex 4D B3 81 39 0 1C 1E 97 28 32
Octal 115 263 201 71 0 34 36 227 50 62
Binary 1001101 10110011 10000001 111001 0 11100 11110 10010111 101000 110010

Color Harmonies of #4DB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB381

Black with #4DB381

Text Example


Text Example

White with #4DB381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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