Html Css Color HEX #50C031 Kelly Green

📋 copy color: '#50C031'

red 80 ◦ green 192 ◦ blue 49

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

Shades of Kelly Green #50C031

Tints of Kelly Green #50C031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 24.92%
G = 59.81%
B = 15.26%

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

#50C031 (or 0x50C031) is known color: Kelly Green. HEX triplet: 50, C0 and 31. RGB value is (80,192,49). Sum of RGB (Red+Green+Blue) = 80+192+49=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #50C031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C031 is #AF3FCE. Grayscale: #8E8E8E. Windows color (decimal): -11485135 or 3260496. OLE color: 3260496.

HSL color Cylindrical-coordinate representation of color #50C031: hue angle of 106.99º 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 #50C031 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 49 -
CMYK 0.58 0 0.74 0.25
HSL 106.99º 0.59% 0.47% -
HSV(B) 106.99º 0.74% 0.75% -
XYZ 22.71 39.63 9.36 -
YUV 142.21 75.39 83.63 -
System Red Green Blue C M Y K H S L
Decimal 80 192 49 0.58 0 0.74 0.25 106.99 0.59 0.47
Hex 50 C0 31 3A 0 4A 19 6B 3B 2F
Octal 120 300 61 72 0 112 31 153 73 57
Binary 1010000 11000000 110001 111010 0 1001010 11001 1101011 111011 101111

Color Harmonies of #50C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C031

Black with #50C031

Text Example


Text Example

White with #50C031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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