Html Css Color HEX #50B01D Kelly Green

📋 copy color: '#50B01D'

red 80 ◦ green 176 ◦ blue 29

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

Shades of Kelly Green #50B01D

Tints of Kelly Green #50B01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 28.07%
G = 61.75%
B = 10.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#50B01D (or 0x50B01D) is known color: Kelly Green. HEX triplet: 50, B0 and 1D. RGB value is (80,176,29). Sum of RGB (Red+Green+Blue) = 80+176+29=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #50B01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B01D is #AF4FE2. Grayscale: #838383. Windows color (decimal): -11489251 or 1945680. OLE color: 1945680.

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

Color convert

RGB 80 176 29 -
CMYK 0.55 0 0.84 0.31
HSL 99.18º 0.72% 0.4% -
HSV(B) 99.18º 0.84% 0.69% -
XYZ 19.06 32.84 6.5 -
YUV 130.54 70.7 91.95 -
System Red Green Blue C M Y K H S L
Decimal 80 176 29 0.55 0 0.84 0.31 99.18 0.72 0.4
Hex 50 B0 1D 37 0 54 1F 63 48 28
Octal 120 260 35 67 0 124 37 143 110 50
Binary 1010000 10110000 11101 110111 0 1010100 11111 1100011 1001000 101000

Color Harmonies of #50B01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B01D

Black with #50B01D

Text Example


Text Example

White with #50B01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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