Html Css Color HEX #50B424 Kelly Green

📋 copy color: '#50B424'

red 80 ◦ green 180 ◦ blue 36

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

Shades of Kelly Green #50B424

Tints of Kelly Green #50B424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.81%

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

R = 27.03%
G = 60.81%
B = 12.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#50B424 (or 0x50B424) is known color: Kelly Green. HEX triplet: 50, B4 and 24. RGB value is (80,180,36). Sum of RGB (Red+Green+Blue) = 80+180+36=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #50B424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B424 is #AF4BDB. Grayscale: #868686. Windows color (decimal): -11488220 or 2405456. OLE color: 2405456.

HSL color Cylindrical-coordinate representation of color #50B424: hue angle of 101.67º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50B424 is Cyan = 0.56, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 36 -
CMYK 0.56 0 0.8 0.29
HSL 101.67º 0.67% 0.42% -
HSV(B) 101.67º 0.8% 0.71% -
XYZ 19.95 34.48 7.27 -
YUV 133.68 72.87 89.71 -
System Red Green Blue C M Y K H S L
Decimal 80 180 36 0.56 0 0.8 0.29 101.67 0.67 0.42
Hex 50 B4 24 38 0 50 1D 66 43 2A
Octal 120 264 44 70 0 120 35 146 103 52
Binary 1010000 10110100 100100 111000 0 1010000 11101 1100110 1000011 101010

Color Harmonies of #50B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B424

Black with #50B424

Text Example


Text Example

White with #50B424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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