Html Css Color HEX #50B781 Ocean Green

📋 copy color: '#50B781'

red 80 ◦ green 183 ◦ blue 129

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

Shades of Ocean Green #50B781

Tints of Ocean Green #50B781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

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

R = 20.41%
G = 46.68%
B = 32.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#50B781 (or 0x50B781) is known color: Ocean Green. HEX triplet: 50, B7 and 81. RGB value is (80,183,129). Sum of RGB (Red+Green+Blue) = 80+183+129=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #50B781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B781 is #AF487E. Grayscale: #929292. Windows color (decimal): -11487359 or 8501072. OLE color: 8501072.

HSL color Cylindrical-coordinate representation of color #50B781: hue angle of 148.54º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B781 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 129 -
CMYK 0.56 0 0.30 0.28
HSL 148.54º 0.42% 0.52% -
HSV(B) 148.54º 0.56% 0.72% -
XYZ 24.2 37.16 26.67 -
YUV 146.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 80 183 129 0.56 0 0.30 0.28 148.54 0.42 0.52
Hex 50 B7 81 38 0 1E 1C 95 2A 34
Octal 120 267 201 70 0 36 34 225 52 64
Binary 1010000 10110111 10000001 111000 0 11110 11100 10010101 101010 110100

Color Harmonies of #50B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B781

Black with #50B781

Text Example


Text Example

White with #50B781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,129); }

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

background-color css

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

 a { background-color: rgb(80,183,129); }

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

border-color css

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

 span { border-color: rgb(80,183,129); }

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