Html Css Color HEX #50AB2C Kelly Green

📋 copy color: '#50AB2C'

red 80 ◦ green 171 ◦ blue 44

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

Shades of Kelly Green #50AB2C

Tints of Kelly Green #50AB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.97%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 27.12%
G = 57.97%
B = 14.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#50AB2C (or 0x50AB2C) is known color: Kelly Green. HEX triplet: 50, AB and 2C. RGB value is (80,171,44). Sum of RGB (Red+Green+Blue) = 80+171+44=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB2C is #AF54D3. Grayscale: #818181. Windows color (decimal): -11490516 or 2927440. OLE color: 2927440.

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

Color convert

RGB 80 171 44 -
CMYK 0.53 0 0.74 0.33
HSL 102.99º 0.59% 0.42% -
HSV(B) 102.99º 0.74% 0.67% -
XYZ 18.33 31.01 7.4 -
YUV 129.31 79.85 92.83 -
System Red Green Blue C M Y K H S L
Decimal 80 171 44 0.53 0 0.74 0.33 102.99 0.59 0.42
Hex 50 AB 2C 35 0 4A 21 67 3B 2A
Octal 120 253 54 65 0 112 41 147 73 52
Binary 1010000 10101011 101100 110101 0 1001010 100001 1100111 111011 101010

Color Harmonies of #50AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB2C

Black with #50AB2C

Text Example


Text Example

White with #50AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,44); }

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

background-color css

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

 a { background-color: rgb(80,171,44); }

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

border-color css

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

 span { border-color: rgb(80,171,44); }

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