Html Css Color HEX #50C011 Kelly Green

📋 copy color: '#50C011'

red 80 ◦ green 192 ◦ blue 17

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

Shades of Kelly Green #50C011

Tints of Kelly Green #50C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.44%

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

R = 27.68%
G = 66.44%
B = 5.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#50C011 (or 0x50C011) is known color: Kelly Green. HEX triplet: 50, C0 and 11. RGB value is (80,192,17). Sum of RGB (Red+Green+Blue) = 80+192+17=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #50C011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C011 is #AF3FEE. Grayscale: #8B8B8B. Windows color (decimal): -11485167 or 1163344. OLE color: 1163344.

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

Color convert

RGB 80 192 17 -
CMYK 0.58 0 0.91 0.25
HSL 98.4º 0.84% 0.41% -
HSV(B) 98.4º 0.91% 0.75% -
XYZ 22.26 39.45 6.97 -
YUV 138.56 59.39 86.23 -
System Red Green Blue C M Y K H S L
Decimal 80 192 17 0.58 0 0.91 0.25 98.4 0.84 0.41
Hex 50 C0 11 3A 0 5B 19 62 54 29
Octal 120 300 21 72 0 133 31 142 124 51
Binary 1010000 11000000 10001 111010 0 1011011 11001 1100010 1010100 101001

Color Harmonies of #50C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C011

Black with #50C011

Text Example


Text Example

White with #50C011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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