Html Css Color HEX #50BA11 Kelly Green

📋 copy color: '#50BA11'

red 80 ◦ green 186 ◦ blue 17

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

Shades of Kelly Green #50BA11

Tints of Kelly Green #50BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.72%

 BLUE value IS 17 (7.03% from 255) = 6.01%

R = 28.27%
G = 65.72%
B = 6.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#50BA11 (or 0x50BA11) is known color: Kelly Green. HEX triplet: 50, BA and 11. RGB value is (80,186,17). Sum of RGB (Red+Green+Blue) = 80+186+17=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA11 is #AF45EE. Grayscale: #878787. Windows color (decimal): -11486703 or 1161808. OLE color: 1161808.

HSL color Cylindrical-coordinate representation of color #50BA11: hue angle of 97.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50BA11 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 17 -
CMYK 0.57 0 0.91 0.27
HSL 97.63º 0.83% 0.4% -
HSV(B) 97.63º 0.91% 0.73% -
XYZ 20.97 36.86 6.54 -
YUV 135.04 61.38 88.74 -
System Red Green Blue C M Y K H S L
Decimal 80 186 17 0.57 0 0.91 0.27 97.63 0.83 0.4
Hex 50 BA 11 39 0 5B 1B 62 53 28
Octal 120 272 21 71 0 133 33 142 123 50
Binary 1010000 10111010 10001 111001 0 1011011 11011 1100010 1010011 101000

Color Harmonies of #50BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA11

Black with #50BA11

Text Example


Text Example

White with #50BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,17); }

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

background-color css

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

 a { background-color: rgb(80,186,17); }

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

border-color css

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

 span { border-color: rgb(80,186,17); }

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