Html Css Color HEX #50C001 Kelly Green

📋 copy color: '#50C001'

red 80 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #50C001

Tints of Kelly Green #50C001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 29.3%
G = 70.33%
B = 0.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#50C001 (or 0x50C001) is known color: Kelly Green. HEX triplet: 50, C0 and 01. RGB value is (80,192,1). Sum of RGB (Red+Green+Blue) = 80+192+1=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #50C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C001 is #AF3FFE. Grayscale: #898989. Windows color (decimal): -11485183 or 114768. OLE color: 114768.

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

Color convert

RGB 80 192 1 -
CMYK 0.58 0 0.99 0.25
HSL 95.18º 0.99% 0.38% -
HSV(B) 95.18º 0.99% 0.75% -
XYZ 22.16 39.41 6.47 -
YUV 136.74 51.39 87.53 -
System Red Green Blue C M Y K H S L
Decimal 80 192 1 0.58 0 0.99 0.25 95.18 0.99 0.38
Hex 50 C0 1 3A 0 63 19 5F 63 26
Octal 120 300 1 72 0 143 31 137 143 46
Binary 1010000 11000000 1 111010 0 1100011 11001 1011111 1100011 100110

Color Harmonies of #50C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C001

Black with #50C001

Text Example


Text Example

White with #50C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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