Html Css Color HEX #50C023 Kelly Green

📋 copy color: '#50C023'

red 80 ◦ green 192 ◦ blue 35

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

Shades of Kelly Green #50C023

Tints of Kelly Green #50C023

RGB

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

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

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

R = 26.06%
G = 62.54%
B = 11.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#50C023 (or 0x50C023) is known color: Kelly Green. HEX triplet: 50, C0 and 23. RGB value is (80,192,35). Sum of RGB (Red+Green+Blue) = 80+192+35=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #50C023 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C023 is #AF3FDC. Grayscale: #8D8D8D. Windows color (decimal): -11485149 or 2342992. OLE color: 2342992.

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

Color convert

RGB 80 192 35 -
CMYK 0.58 0 0.82 0.25
HSL 102.8º 0.69% 0.45% -
HSV(B) 102.8º 0.82% 0.75% -
XYZ 22.46 39.53 8.04 -
YUV 140.61 68.39 84.77 -
System Red Green Blue C M Y K H S L
Decimal 80 192 35 0.58 0 0.82 0.25 102.8 0.69 0.45
Hex 50 C0 23 3A 0 52 19 67 45 2D
Octal 120 300 43 72 0 122 31 147 105 55
Binary 1010000 11000000 100011 111010 0 1010010 11001 1100111 1000101 101101

Color Harmonies of #50C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C023

Black with #50C023

Text Example


Text Example

White with #50C023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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