Html Css Color HEX #50B271 Ocean Green

📋 copy color: '#50B271'

red 80 ◦ green 178 ◦ blue 113

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

Shades of Ocean Green #50B271

Tints of Ocean Green #50B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.98%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 21.56%
G = 47.98%
B = 30.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#50B271 (or 0x50B271) is known color: Ocean Green. HEX triplet: 50, B2 and 71. RGB value is (80,178,113). Sum of RGB (Red+Green+Blue) = 80+178+113=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #50B271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B271 is #AF4D8E. Grayscale: #8D8D8D. Windows color (decimal): -11488655 or 7451216. OLE color: 7451216.

HSL color Cylindrical-coordinate representation of color #50B271: hue angle of 140.2º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B271 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 113 -
CMYK 0.55 0 0.37 0.30
HSL 140.2º 0.39% 0.51% -
HSV(B) 140.2º 0.55% 0.7% -
XYZ 22.21 34.74 21.16 -
YUV 141.29 112.03 84.29 -
System Red Green Blue C M Y K H S L
Decimal 80 178 113 0.55 0 0.37 0.30 140.2 0.39 0.51
Hex 50 B2 71 37 0 25 1E 8C 27 33
Octal 120 262 161 67 0 45 36 214 47 63
Binary 1010000 10110010 1110001 110111 0 100101 11110 10001100 100111 110011

Color Harmonies of #50B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B271

Black with #50B271

Text Example


Text Example

White with #50B271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,113); }

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

background-color css

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

 a { background-color: rgb(80,178,113); }

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

border-color css

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

 span { border-color: rgb(80,178,113); }

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