Html Css Color HEX #50BF91 Keppel

📋 copy color: '#50BF91'

red 80 ◦ green 191 ◦ blue 145

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

Shades of Keppel #50BF91

Tints of Keppel #50BF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 19.23%
G = 45.91%
B = 34.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#50BF91 (or 0x50BF91) is known color: Keppel. HEX triplet: 50, BF and 91. RGB value is (80,191,145). Sum of RGB (Red+Green+Blue) = 80+191+145=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF91 is #AF406E. Grayscale: #989898. Windows color (decimal): -11485295 or 9551696. OLE color: 9551696.

HSL color Cylindrical-coordinate representation of color #50BF91: hue angle of 155.14º 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 #50BF91 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 145 -
CMYK 0.58 0 0.24 0.25
HSL 155.14º 0.46% 0.53% -
HSV(B) 155.14º 0.58% 0.75% -
XYZ 27.05 41.01 33.28 -
YUV 152.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 80 191 145 0.58 0 0.24 0.25 155.14 0.46 0.53
Hex 50 BF 91 3A 0 18 19 9B 2E 35
Octal 120 277 221 72 0 30 31 233 56 65
Binary 1010000 10111111 10010001 111010 0 11000 11001 10011011 101110 110101

Color Harmonies of #50BF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF91

Black with #50BF91

Text Example


Text Example

White with #50BF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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