Html Css Color HEX #50C295 Keppel

📋 copy color: '#50C295'

red 80 ◦ green 194 ◦ blue 149

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

Shades of Keppel #50C295

Tints of Keppel #50C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 18.91%
G = 45.86%
B = 35.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#50C295 (or 0x50C295) is known color: Keppel. HEX triplet: 50, C2 and 95. RGB value is (80,194,149). Sum of RGB (Red+Green+Blue) = 80+194+149=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #50C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C295 is #AF3D6A. Grayscale: #9A9A9A. Windows color (decimal): -11484523 or 9814608. OLE color: 9814608.

HSL color Cylindrical-coordinate representation of color #50C295: hue angle of 156.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C295 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 149 -
CMYK 0.59 0 0.23 0.24
HSL 156.32º 0.48% 0.54% -
HSV(B) 156.32º 0.59% 0.76% -
XYZ 28.02 42.46 35.15 -
YUV 154.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 80 194 149 0.59 0 0.23 0.24 156.32 0.48 0.54
Hex 50 C2 95 3B 0 17 18 9C 30 36
Octal 120 302 225 73 0 27 30 234 60 66
Binary 1010000 11000010 10010101 111011 0 10111 11000 10011100 110000 110110

Color Harmonies of #50C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C295

Black with #50C295

Text Example


Text Example

White with #50C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,149); }

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

background-color css

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

 a { background-color: rgb(80,194,149); }

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

border-color css

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

 span { border-color: rgb(80,194,149); }

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