Html Css Color HEX #50B004 Kelly Green

📋 copy color: '#50B004'

red 80 ◦ green 176 ◦ blue 4

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

Shades of Kelly Green #50B004

Tints of Kelly Green #50B004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 30.77%
G = 67.69%
B = 1.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#50B004 (or 0x50B004) is known color: Kelly Green. HEX triplet: 50, B0 and 04. RGB value is (80,176,4). Sum of RGB (Red+Green+Blue) = 80+176+4=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 176 (69.14% from 255 or 67.69% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 176 - color contains mainly: green. Hex color #50B004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B004 is #AF4FFB. Grayscale: #808080. Windows color (decimal): -11489276 or 307280. OLE color: 307280.

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

Color convert

RGB 80 176 4 -
CMYK 0.55 0 0.98 0.31
HSL 93.49º 0.96% 0.35% -
HSV(B) 93.49º 0.98% 0.69% -
XYZ 18.86 32.76 5.45 -
YUV 127.69 58.2 93.99 -
System Red Green Blue C M Y K H S L
Decimal 80 176 4 0.55 0 0.98 0.31 93.49 0.96 0.35
Hex 50 B0 4 37 0 62 1F 5D 60 23
Octal 120 260 4 67 0 142 37 135 140 43
Binary 1010000 10110000 100 110111 0 1100010 11111 1011101 1100000 100011

Color Harmonies of #50B004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B004

Black with #50B004

Text Example


Text Example

White with #50B004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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