Html Css Color HEX #50B369 Ocean Green

📋 copy color: '#50B369'

red 80 ◦ green 179 ◦ blue 105

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

Shades of Ocean Green #50B369

Tints of Ocean Green #50B369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 21.98%
G = 49.18%
B = 28.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#50B369 (or 0x50B369) is known color: Ocean Green. HEX triplet: 50, B3 and 69. RGB value is (80,179,105). Sum of RGB (Red+Green+Blue) = 80+179+105=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #50B369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B369 is #AF4C96. Grayscale: #8D8D8D. Windows color (decimal): -11488407 or 6927184. OLE color: 6927184.

HSL color Cylindrical-coordinate representation of color #50B369: hue angle of 135.15º 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 #50B369 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 179 105 -
CMYK 0.55 0 0.41 0.30
HSL 135.15º 0.39% 0.51% -
HSV(B) 135.15º 0.55% 0.7% -
XYZ 21.98 34.97 18.96 -
YUV 140.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 80 179 105 0.55 0 0.41 0.30 135.15 0.39 0.51
Hex 50 B3 69 37 0 29 1E 87 27 33
Octal 120 263 151 67 0 51 36 207 47 63
Binary 1010000 10110011 1101001 110111 0 101001 11110 10000111 100111 110011

Color Harmonies of #50B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B369

Black with #50B369

Text Example


Text Example

White with #50B369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,179,105); }

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

background-color css

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

 a { background-color: rgb(80,179,105); }

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

border-color css

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

 span { border-color: rgb(80,179,105); }

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