Html Css Color HEX #50C423 Kelly Green

📋 copy color: '#50C423'

red 80 ◦ green 196 ◦ blue 35

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

Shades of Kelly Green #50C423

Tints of Kelly Green #50C423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 25.72%
G = 63.02%
B = 11.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#50C423 (or 0x50C423) is known color: Kelly Green. HEX triplet: 50, C4 and 23. RGB value is (80,196,35). Sum of RGB (Red+Green+Blue) = 80+196+35=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #50C423 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C423 is #AF3BDC. Grayscale: #8F8F8F. Windows color (decimal): -11484125 or 2344016. OLE color: 2344016.

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

Color convert

RGB 80 196 35 -
CMYK 0.59 0 0.82 0.23
HSL 103.23º 0.7% 0.45% -
HSV(B) 103.23º 0.82% 0.77% -
XYZ 23.35 41.31 8.33 -
YUV 142.96 67.07 83.09 -
System Red Green Blue C M Y K H S L
Decimal 80 196 35 0.59 0 0.82 0.23 103.23 0.7 0.45
Hex 50 C4 23 3B 0 52 17 67 46 2D
Octal 120 304 43 73 0 122 27 147 106 55
Binary 1010000 11000100 100011 111011 0 1010010 10111 1100111 1000110 101101

Color Harmonies of #50C423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C423

Black with #50C423

Text Example


Text Example

White with #50C423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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