Html Css Color HEX #50C434 Kelly Green

📋 copy color: '#50C434'

red 80 ◦ green 196 ◦ blue 52

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

Shades of Kelly Green #50C434

Tints of Kelly Green #50C434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 24.39%
G = 59.76%
B = 15.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#50C434 (or 0x50C434) is known color: Kelly Green. HEX triplet: 50, C4 and 34. RGB value is (80,196,52). Sum of RGB (Red+Green+Blue) = 80+196+52=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #50C434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C434 is #AF3BCB. Grayscale: #919191. Windows color (decimal): -11484108 or 3458128. OLE color: 3458128.

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

Color convert

RGB 80 196 52 -
CMYK 0.59 0 0.73 0.23
HSL 108.33º 0.58% 0.49% -
HSV(B) 108.33º 0.73% 0.77% -
XYZ 23.67 41.43 10 -
YUV 144.9 75.57 81.71 -
System Red Green Blue C M Y K H S L
Decimal 80 196 52 0.59 0 0.73 0.23 108.33 0.58 0.49
Hex 50 C4 34 3B 0 49 17 6C 3A 31
Octal 120 304 64 73 0 111 27 154 72 61
Binary 1010000 11000100 110100 111011 0 1001001 10111 1101100 111010 110001

Color Harmonies of #50C434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C434

Black with #50C434

Text Example


Text Example

White with #50C434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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