Html Css Color HEX #50C028 Kelly Green

📋 copy color: '#50C028'

red 80 ◦ green 192 ◦ blue 40

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

Shades of Kelly Green #50C028

Tints of Kelly Green #50C028

RGB

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

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

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

R = 25.64%
G = 61.54%
B = 12.82%

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

#50C028 (or 0x50C028) is known color: Kelly Green. HEX triplet: 50, C0 and 28. RGB value is (80,192,40). Sum of RGB (Red+Green+Blue) = 80+192+40=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #50C028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C028 is #AF3FD7. Grayscale: #8D8D8D. Windows color (decimal): -11485144 or 2670672. OLE color: 2670672.

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

Color convert

RGB 80 192 40 -
CMYK 0.58 0 0.79 0.25
HSL 104.21º 0.66% 0.45% -
HSV(B) 104.21º 0.79% 0.75% -
XYZ 22.54 39.56 8.45 -
YUV 141.18 70.89 84.36 -
System Red Green Blue C M Y K H S L
Decimal 80 192 40 0.58 0 0.79 0.25 104.21 0.66 0.45
Hex 50 C0 28 3A 0 4F 19 68 42 2D
Octal 120 300 50 72 0 117 31 150 102 55
Binary 1010000 11000000 101000 111010 0 1001111 11001 1101000 1000010 101101

Color Harmonies of #50C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C028

Black with #50C028

Text Example


Text Example

White with #50C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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