Html Css Color HEX #50AB10 Kelly Green

📋 copy color: '#50AB10'

red 80 ◦ green 171 ◦ blue 16

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

Shades of Kelly Green #50AB10

Tints of Kelly Green #50AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 29.96%
G = 64.04%
B = 5.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#50AB10 (or 0x50AB10) is known color: Kelly Green. HEX triplet: 50, AB and 10. RGB value is (80,171,16). Sum of RGB (Red+Green+Blue) = 80+171+16=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AB10 is #AF54EF. Grayscale: #7E7E7E. Windows color (decimal): -11490544 or 1092432. OLE color: 1092432.

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

Color convert

RGB 80 171 16 -
CMYK 0.53 0 0.91 0.33
HSL 95.23º 0.83% 0.37% -
HSV(B) 95.23º 0.91% 0.67% -
XYZ 17.96 30.87 5.5 -
YUV 126.12 65.85 95.1 -
System Red Green Blue C M Y K H S L
Decimal 80 171 16 0.53 0 0.91 0.33 95.23 0.83 0.37
Hex 50 AB 10 35 0 5B 21 5F 53 25
Octal 120 253 20 65 0 133 41 137 123 45
Binary 1010000 10101011 10000 110101 0 1011011 100001 1011111 1010011 100101

Color Harmonies of #50AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB10

Black with #50AB10

Text Example


Text Example

White with #50AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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