Html Css Color HEX #50AB00 Kelly Green

📋 copy color: '#50AB00'

red 80 ◦ green 171 ◦ blue 0

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

Shades of Kelly Green #50AB00

Tints of Kelly Green #50AB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.87%
G = 68.13%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#50AB00 (or 0x50AB00) is known color: Kelly Green. HEX triplet: 50, AB and 00. RGB value is (80,171,0). Sum of RGB (Red+Green+Blue) = 80+171+0=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AB00 is #AF54FF. Grayscale: #7C7C7C. Windows color (decimal): -11490560 or 43856. OLE color: 43856.

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

Color convert

RGB 80 171 0 -
CMYK 0.53 0 1 0.33
HSL 91.93º 1% 0.34% -
HSV(B) 91.93º 1% 0.67% -
XYZ 17.87 30.83 5.01 -
YUV 124.3 57.85 96.4 -
System Red Green Blue C M Y K H S L
Decimal 80 171 0 0.53 0 1 0.33 91.93 1 0.34
Hex 50 AB 0 35 0 64 21 5C 64 22
Octal 120 253 0 65 0 144 41 134 144 42
Binary 1010000 10101011 0 110101 0 1100100 100001 1011100 1100100 100010

Color Harmonies of #50AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB00

Black with #50AB00

Text Example


Text Example

White with #50AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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