Html Css Color HEX #4DB383 Ocean Green

📋 copy color: '#4DB383'

red 77 ◦ green 179 ◦ blue 131

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

Shades of Ocean Green #4DB383

Tints of Ocean Green #4DB383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 19.9%
G = 46.25%
B = 33.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#4DB383 (or 0x4DB383) is known color: Ocean Green. HEX triplet: 4D, B3 and 83. RGB value is (77,179,131). Sum of RGB (Red+Green+Blue) = 77+179+131=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB383 is #B24C7C. Grayscale: #8F8F8F. Windows color (decimal): -11684989 or 8631117. OLE color: 8631117.

HSL color Cylindrical-coordinate representation of color #4DB383: hue angle of 151.76º 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 #4DB383 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 179 131 -
CMYK 0.57 0 0.27 0.30
HSL 151.76º 0.4% 0.5% -
HSV(B) 151.76º 0.57% 0.7% -
XYZ 23.28 35.46 27.09 -
YUV 143.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 77 179 131 0.57 0 0.27 0.30 151.76 0.4 0.5
Hex 4D B3 83 39 0 1B 1E 98 28 32
Octal 115 263 203 71 0 33 36 230 50 62
Binary 1001101 10110011 10000011 111001 0 11011 11110 10011000 101000 110010

Color Harmonies of #4DB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB383

Black with #4DB383

Text Example


Text Example

White with #4DB383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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