Html Css Color HEX #50C42C Kelly Green

📋 copy color: '#50C42C'

red 80 ◦ green 196 ◦ blue 44

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

Shades of Kelly Green #50C42C

Tints of Kelly Green #50C42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 25%
G = 61.25%
B = 13.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#50C42C (or 0x50C42C) is known color: Kelly Green. HEX triplet: 50, C4 and 2C. RGB value is (80,196,44). Sum of RGB (Red+Green+Blue) = 80+196+44=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #50C42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C42C is #AF3BD3. Grayscale: #909090. Windows color (decimal): -11484116 or 2933840. OLE color: 2933840.

HSL color Cylindrical-coordinate representation of color #50C42C: hue angle of 105.79º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C42C is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 44 -
CMYK 0.59 0 0.78 0.23
HSL 105.79º 0.63% 0.47% -
HSV(B) 105.79º 0.78% 0.77% -
XYZ 23.5 41.37 9.13 -
YUV 143.99 71.57 82.36 -
System Red Green Blue C M Y K H S L
Decimal 80 196 44 0.59 0 0.78 0.23 105.79 0.63 0.47
Hex 50 C4 2C 3B 0 4E 17 6A 3F 2F
Octal 120 304 54 73 0 116 27 152 77 57
Binary 1010000 11000100 101100 111011 0 1001110 10111 1101010 111111 101111

Color Harmonies of #50C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C42C

Black with #50C42C

Text Example


Text Example

White with #50C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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