Html Css Color HEX #50B001 Kelly Green

📋 copy color: '#50B001'

red 80 ◦ green 176 ◦ blue 1

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

Shades of Kelly Green #50B001

Tints of Kelly Green #50B001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 68.48%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 31.13%
G = 68.48%
B = 0.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#50B001 (or 0x50B001) is known color: Kelly Green. HEX triplet: 50, B0 and 01. RGB value is (80,176,1). Sum of RGB (Red+Green+Blue) = 80+176+1=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 176 (69.14% from 255 or 68.48% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 176 - color contains mainly: green. Hex color #50B001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B001 is #AF4FFE. Grayscale: #7F7F7F. Windows color (decimal): -11489279 or 110672. OLE color: 110672.

HSL color Cylindrical-coordinate representation of color #50B001: hue angle of 92.91º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50B001 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 176 1 -
CMYK 0.55 0 0.99 0.31
HSL 92.91º 0.99% 0.35% -
HSV(B) 92.91º 0.99% 0.69% -
XYZ 18.84 32.76 5.36 -
YUV 127.35 56.7 94.23 -
System Red Green Blue C M Y K H S L
Decimal 80 176 1 0.55 0 0.99 0.31 92.91 0.99 0.35
Hex 50 B0 1 37 0 63 1F 5D 63 23
Octal 120 260 1 67 0 143 37 135 143 43
Binary 1010000 10110000 1 110111 0 1100011 11111 1011101 1100011 100011

Color Harmonies of #50B001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B001

Black with #50B001

Text Example


Text Example

White with #50B001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,176,1); }

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

background-color css

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

 a { background-color: rgb(80,176,1); }

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

border-color css

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

 span { border-color: rgb(80,176,1); }

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