Html Css Color HEX #50C029 Kelly Green

📋 copy color: '#50C029'

red 80 ◦ green 192 ◦ blue 41

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

Shades of Kelly Green #50C029

Tints of Kelly Green #50C029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 25.56%
G = 61.34%
B = 13.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#50C029 (or 0x50C029) is known color: Kelly Green. HEX triplet: 50, C0 and 29. RGB value is (80,192,41). Sum of RGB (Red+Green+Blue) = 80+192+41=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #50C029 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C029 is #AF3FD6. Grayscale: #8D8D8D. Windows color (decimal): -11485143 or 2736208. OLE color: 2736208.

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

Color convert

RGB 80 192 41 -
CMYK 0.58 0 0.79 0.25
HSL 104.5º 0.65% 0.46% -
HSV(B) 104.5º 0.79% 0.75% -
XYZ 22.56 39.56 8.55 -
YUV 141.3 71.39 84.28 -
System Red Green Blue C M Y K H S L
Decimal 80 192 41 0.58 0 0.79 0.25 104.5 0.65 0.46
Hex 50 C0 29 3A 0 4F 19 69 41 2E
Octal 120 300 51 72 0 117 31 151 101 56
Binary 1010000 11000000 101001 111010 0 1001111 11001 1101001 1000001 101110

Color Harmonies of #50C029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C029

Black with #50C029

Text Example


Text Example

White with #50C029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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