Html Css Color HEX #50B577 Ocean Green

📋 copy color: '#50B577'

red 80 ◦ green 181 ◦ blue 119

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

Shades of Ocean Green #50B577

Tints of Ocean Green #50B577

RGB

 RED value IS 80 (31.64% from 255) = 21.05%

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 21.05%
G = 47.63%
B = 31.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#50B577 (or 0x50B577) is known color: Ocean Green. HEX triplet: 50, B5 and 77. RGB value is (80,181,119). Sum of RGB (Red+Green+Blue) = 80+181+119=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #50B577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B577 is #AF4A88. Grayscale: #8F8F8F. Windows color (decimal): -11487881 or 7845200. OLE color: 7845200.

HSL color Cylindrical-coordinate representation of color #50B577: hue angle of 143.17º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B577 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 181 119 -
CMYK 0.56 0 0.34 0.29
HSL 143.17º 0.41% 0.51% -
HSV(B) 143.17º 0.56% 0.71% -
XYZ 23.16 36.09 23.2 -
YUV 143.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 80 181 119 0.56 0 0.34 0.29 143.17 0.41 0.51
Hex 50 B5 77 38 0 22 1D 8F 29 33
Octal 120 265 167 70 0 42 35 217 51 63
Binary 1010000 10110101 1110111 111000 0 100010 11101 10001111 101001 110011

Color Harmonies of #50B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B577

Black with #50B577

Text Example


Text Example

White with #50B577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B577; }

 p { color: rgb(80,181,119); }

 H1.HeaderClassName
 {
   color: #50B577;
 }
 .AnyTagClassName
 {
   color: #50B577;
 }
</style>

background-color css

<style>
 a { background-color: #50B577; }

 a { background-color: rgb(80,181,119); }

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

border-color css

<style>
 span { border-color: #50B577; }

 span { border-color: rgb(80,181,119); }

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