Html Css Color HEX #50BA16 Kelly Green

📋 copy color: '#50BA16'

red 80 ◦ green 186 ◦ blue 22

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

Shades of Kelly Green #50BA16

Tints of Kelly Green #50BA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.64%

R = 27.78%
G = 64.58%
B = 7.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#50BA16 (or 0x50BA16) is known color: Kelly Green. HEX triplet: 50, BA and 16. RGB value is (80,186,22). Sum of RGB (Red+Green+Blue) = 80+186+22=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA16 is #AF45E9. Grayscale: #888888. Windows color (decimal): -11486698 or 1489488. OLE color: 1489488.

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

Color convert

RGB 80 186 22 -
CMYK 0.57 0 0.88 0.27
HSL 98.78º 0.79% 0.41% -
HSV(B) 98.78º 0.88% 0.73% -
XYZ 21.01 36.88 6.77 -
YUV 135.61 63.88 88.34 -
System Red Green Blue C M Y K H S L
Decimal 80 186 22 0.57 0 0.88 0.27 98.78 0.79 0.41
Hex 50 BA 16 39 0 58 1B 63 4F 29
Octal 120 272 26 71 0 130 33 143 117 51
Binary 1010000 10111010 10110 111001 0 1011000 11011 1100011 1001111 101001

Color Harmonies of #50BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA16

Black with #50BA16

Text Example


Text Example

White with #50BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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