Html Css Color HEX #50B267 Ocean Green

📋 copy color: '#50B267'

red 80 ◦ green 178 ◦ blue 103

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

Shades of Ocean Green #50B267

Tints of Ocean Green #50B267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 22.16%
G = 49.31%
B = 28.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#50B267 (or 0x50B267) is known color: Ocean Green. HEX triplet: 50, B2 and 67. RGB value is (80,178,103). Sum of RGB (Red+Green+Blue) = 80+178+103=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #50B267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B267 is #AF4D98. Grayscale: #8C8C8C. Windows color (decimal): -11488665 or 6795856. OLE color: 6795856.

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

Color convert

RGB 80 178 103 -
CMYK 0.55 0 0.42 0.30
HSL 134.08º 0.39% 0.51% -
HSV(B) 134.08º 0.55% 0.7% -
XYZ 21.68 34.53 18.35 -
YUV 140.15 107.03 85.1 -
System Red Green Blue C M Y K H S L
Decimal 80 178 103 0.55 0 0.42 0.30 134.08 0.39 0.51
Hex 50 B2 67 37 0 2A 1E 86 27 33
Octal 120 262 147 67 0 52 36 206 47 63
Binary 1010000 10110010 1100111 110111 0 101010 11110 10000110 100111 110011

Color Harmonies of #50B267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B267

Black with #50B267

Text Example


Text Example

White with #50B267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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