Html Css Color HEX #50AB2F Kelly Green

📋 copy color: '#50AB2F'

red 80 ◦ green 171 ◦ blue 47

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

Shades of Kelly Green #50AB2F

Tints of Kelly Green #50AB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 26.85%
G = 57.38%
B = 15.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#50AB2F (or 0x50AB2F) is known color: Kelly Green. HEX triplet: 50, AB and 2F. RGB value is (80,171,47). Sum of RGB (Red+Green+Blue) = 80+171+47=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB2F is #AF54D0. Grayscale: #828282. Windows color (decimal): -11490513 or 3124048. OLE color: 3124048.

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

Color convert

RGB 80 171 47 -
CMYK 0.53 0 0.73 0.33
HSL 104.03º 0.57% 0.43% -
HSV(B) 104.03º 0.73% 0.67% -
XYZ 18.38 31.04 7.71 -
YUV 129.66 81.35 92.58 -
System Red Green Blue C M Y K H S L
Decimal 80 171 47 0.53 0 0.73 0.33 104.03 0.57 0.43
Hex 50 AB 2F 35 0 49 21 68 39 2B
Octal 120 253 57 65 0 111 41 150 71 53
Binary 1010000 10101011 101111 110101 0 1001001 100001 1101000 111001 101011

Color Harmonies of #50AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB2F

Black with #50AB2F

Text Example


Text Example

White with #50AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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