Html Css Color HEX #50C428 Kelly Green

📋 copy color: '#50C428'

red 80 ◦ green 196 ◦ blue 40

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

Shades of Kelly Green #50C428

Tints of Kelly Green #50C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.03%

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 25.32%
G = 62.03%
B = 12.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#50C428 (or 0x50C428) is known color: Kelly Green. HEX triplet: 50, C4 and 28. RGB value is (80,196,40). Sum of RGB (Red+Green+Blue) = 80+196+40=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #50C428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C428 is #AF3BD7. Grayscale: #909090. Windows color (decimal): -11484120 or 2671696. OLE color: 2671696.

HSL color Cylindrical-coordinate representation of color #50C428: hue angle of 104.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50C428 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 40 -
CMYK 0.59 0 0.80 0.23
HSL 104.62º 0.66% 0.46% -
HSV(B) 104.62º 0.8% 0.77% -
XYZ 23.43 41.34 8.75 -
YUV 143.53 69.57 82.68 -
System Red Green Blue C M Y K H S L
Decimal 80 196 40 0.59 0 0.80 0.23 104.62 0.66 0.46
Hex 50 C4 28 3B 0 50 17 69 42 2E
Octal 120 304 50 73 0 120 27 151 102 56
Binary 1010000 11000100 101000 111011 0 1010000 10111 1101001 1000010 101110

Color Harmonies of #50C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C428

Black with #50C428

Text Example


Text Example

White with #50C428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,40); }

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

background-color css

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

 a { background-color: rgb(80,196,40); }

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

border-color css

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

 span { border-color: rgb(80,196,40); }

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