Html Css Color HEX #50C235 Kelly Green

📋 copy color: '#50C235'

red 80 ◦ green 194 ◦ blue 53

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

Shades of Kelly Green #50C235

Tints of Kelly Green #50C235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 24.46%
G = 59.33%
B = 16.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#50C235 (or 0x50C235) is known color: Kelly Green. HEX triplet: 50, C2 and 35. RGB value is (80,194,53). Sum of RGB (Red+Green+Blue) = 80+194+53=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #50C235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C235 is #AF3DCA. Grayscale: #909090. Windows color (decimal): -11484619 or 3523152. OLE color: 3523152.

HSL color Cylindrical-coordinate representation of color #50C235: hue angle of 108.51º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50C235 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 53 -
CMYK 0.59 0 0.73 0.24
HSL 108.51º 0.57% 0.48% -
HSV(B) 108.51º 0.73% 0.76% -
XYZ 23.24 40.55 9.97 -
YUV 143.84 76.73 82.46 -
System Red Green Blue C M Y K H S L
Decimal 80 194 53 0.59 0 0.73 0.24 108.51 0.57 0.48
Hex 50 C2 35 3B 0 49 18 6D 39 30
Octal 120 302 65 73 0 111 30 155 71 60
Binary 1010000 11000010 110101 111011 0 1001001 11000 1101101 111001 110000

Color Harmonies of #50C235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C235

Black with #50C235

Text Example


Text Example

White with #50C235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,53); }

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

background-color css

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

 a { background-color: rgb(80,194,53); }

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

border-color css

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

 span { border-color: rgb(80,194,53); }

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