Html Css Color HEX #50C005 Kelly Green

📋 copy color: '#50C005'

red 80 ◦ green 192 ◦ blue 5

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

Shades of Kelly Green #50C005

Tints of Kelly Green #50C005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 28.88%
G = 69.31%
B = 1.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#50C005 (or 0x50C005) is known color: Kelly Green. HEX triplet: 50, C0 and 05. RGB value is (80,192,5). Sum of RGB (Red+Green+Blue) = 80+192+5=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #50C005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C005 is #AF3FFA. Grayscale: #898989. Windows color (decimal): -11485179 or 376912. OLE color: 376912.

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

Color convert

RGB 80 192 5 -
CMYK 0.58 0 0.97 0.25
HSL 95.94º 0.95% 0.39% -
HSV(B) 95.94º 0.97% 0.75% -
XYZ 22.19 39.42 6.58 -
YUV 137.19 53.39 87.21 -
System Red Green Blue C M Y K H S L
Decimal 80 192 5 0.58 0 0.97 0.25 95.94 0.95 0.39
Hex 50 C0 5 3A 0 61 19 60 5F 27
Octal 120 300 5 72 0 141 31 140 137 47
Binary 1010000 11000000 101 111010 0 1100001 11001 1100000 1011111 100111

Color Harmonies of #50C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C005

Black with #50C005

Text Example


Text Example

White with #50C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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