Html Css Color HEX #50C032 Kelly Green

📋 copy color: '#50C032'

red 80 ◦ green 192 ◦ blue 50

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

Shades of Kelly Green #50C032

Tints of Kelly Green #50C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 24.84%
G = 59.63%
B = 15.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#50C032 (or 0x50C032) is known color: Kelly Green. HEX triplet: 50, C0 and 32. RGB value is (80,192,50). Sum of RGB (Red+Green+Blue) = 80+192+50=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #50C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C032 is #AF3FCD. Grayscale: #8E8E8E. Windows color (decimal): -11485134 or 3326032. OLE color: 3326032.

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

Color convert

RGB 80 192 50 -
CMYK 0.58 0 0.74 0.25
HSL 107.32º 0.59% 0.47% -
HSV(B) 107.32º 0.74% 0.75% -
XYZ 22.73 39.64 9.47 -
YUV 142.32 75.89 83.55 -
System Red Green Blue C M Y K H S L
Decimal 80 192 50 0.58 0 0.74 0.25 107.32 0.59 0.47
Hex 50 C0 32 3A 0 4A 19 6B 3B 2F
Octal 120 300 62 72 0 112 31 153 73 57
Binary 1010000 11000000 110010 111010 0 1001010 11001 1101011 111011 101111

Color Harmonies of #50C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C032

Black with #50C032

Text Example


Text Example

White with #50C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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