Html Css Color HEX #50C015 Kelly Green

📋 copy color: '#50C015'

red 80 ◦ green 192 ◦ blue 21

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

Shades of Kelly Green #50C015

Tints of Kelly Green #50C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 27.3%
G = 65.53%
B = 7.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#50C015 (or 0x50C015) is known color: Kelly Green. HEX triplet: 50, C0 and 15. RGB value is (80,192,21). Sum of RGB (Red+Green+Blue) = 80+192+21=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #50C015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C015 is #AF3FEA. Grayscale: #8B8B8B. Windows color (decimal): -11485163 or 1425488. OLE color: 1425488.

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

Color convert

RGB 80 192 21 -
CMYK 0.58 0 0.89 0.25
HSL 99.3º 0.8% 0.42% -
HSV(B) 99.3º 0.89% 0.75% -
XYZ 22.29 39.46 7.15 -
YUV 139.02 61.39 85.9 -
System Red Green Blue C M Y K H S L
Decimal 80 192 21 0.58 0 0.89 0.25 99.3 0.8 0.42
Hex 50 C0 15 3A 0 59 19 63 50 2A
Octal 120 300 25 72 0 131 31 143 120 52
Binary 1010000 11000000 10101 111010 0 1011001 11001 1100011 1010000 101010

Color Harmonies of #50C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C015

Black with #50C015

Text Example


Text Example

White with #50C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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