Html Css Color HEX #50AC24 Kelly Green

📋 copy color: '#50AC24'

red 80 ◦ green 172 ◦ blue 36

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

Shades of Kelly Green #50AC24

Tints of Kelly Green #50AC24

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.72%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 27.78%
G = 59.72%
B = 12.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#50AC24 (or 0x50AC24) is known color: Kelly Green. HEX triplet: 50, AC and 24. RGB value is (80,172,36). Sum of RGB (Red+Green+Blue) = 80+172+36=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC24 is #AF53DB. Grayscale: #818181. Windows color (decimal): -11490268 or 2403408. OLE color: 2403408.

HSL color Cylindrical-coordinate representation of color #50AC24: hue angle of 100.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50AC24 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 36 -
CMYK 0.53 0 0.79 0.33
HSL 100.59º 0.65% 0.41% -
HSV(B) 100.59º 0.79% 0.67% -
XYZ 18.38 31.34 6.75 -
YUV 128.99 75.52 93.06 -
System Red Green Blue C M Y K H S L
Decimal 80 172 36 0.53 0 0.79 0.33 100.59 0.65 0.41
Hex 50 AC 24 35 0 4F 21 65 41 29
Octal 120 254 44 65 0 117 41 145 101 51
Binary 1010000 10101100 100100 110101 0 1001111 100001 1100101 1000001 101001

Color Harmonies of #50AC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC24

Black with #50AC24

Text Example


Text Example

White with #50AC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,36); }

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

background-color css

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

 a { background-color: rgb(80,172,36); }

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

border-color css

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

 span { border-color: rgb(80,172,36); }

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