Html Css Color HEX #50BF94 Keppel

📋 copy color: '#50BF94'

red 80 ◦ green 191 ◦ blue 148

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

Shades of Keppel #50BF94

Tints of Keppel #50BF94

RGB

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

 GREEN value IS 191 (75% from 255) = 45.58%

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 19.09%
G = 45.58%
B = 35.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#50BF94 (or 0x50BF94) is known color: Keppel. HEX triplet: 50, BF and 94. RGB value is (80,191,148). Sum of RGB (Red+Green+Blue) = 80+191+148=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF94 is #AF406B. Grayscale: #989898. Windows color (decimal): -11485292 or 9748304. OLE color: 9748304.

HSL color Cylindrical-coordinate representation of color #50BF94: hue angle of 156.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF94 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 148 -
CMYK 0.58 0 0.23 0.25
HSL 156.76º 0.46% 0.53% -
HSV(B) 156.76º 0.58% 0.75% -
XYZ 27.28 41.11 34.51 -
YUV 152.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 80 191 148 0.58 0 0.23 0.25 156.76 0.46 0.53
Hex 50 BF 94 3A 0 17 19 9D 2E 35
Octal 120 277 224 72 0 27 31 235 56 65
Binary 1010000 10111111 10010100 111010 0 10111 11001 10011101 101110 110101

Color Harmonies of #50BF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF94

Black with #50BF94

Text Example


Text Example

White with #50BF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,148); }

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

background-color css

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

 a { background-color: rgb(80,191,148); }

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

border-color css

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

 span { border-color: rgb(80,191,148); }

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