Html Css Color HEX #50B003 Kelly Green

📋 copy color: '#50B003'

red 80 ◦ green 176 ◦ blue 3

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

Shades of Kelly Green #50B003

Tints of Kelly Green #50B003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 30.89%
G = 67.95%
B = 1.16%

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

#50B003 (or 0x50B003) is known color: Kelly Green. HEX triplet: 50, B0 and 03. RGB value is (80,176,3). Sum of RGB (Red+Green+Blue) = 80+176+3=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #50B003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B003 is #AF4FFC. Grayscale: #808080. Windows color (decimal): -11489277 or 241744. OLE color: 241744.

HSL color Cylindrical-coordinate representation of color #50B003: hue angle of 93.29º degrees, saturation: 0.97, 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 #50B003 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 176 3 -
CMYK 0.55 0 0.98 0.31
HSL 93.29º 0.97% 0.35% -
HSV(B) 93.29º 0.98% 0.69% -
XYZ 18.85 32.76 5.42 -
YUV 127.57 57.7 94.07 -
System Red Green Blue C M Y K H S L
Decimal 80 176 3 0.55 0 0.98 0.31 93.29 0.97 0.35
Hex 50 B0 3 37 0 62 1F 5D 61 23
Octal 120 260 3 67 0 142 37 135 141 43
Binary 1010000 10110000 11 110111 0 1100010 11111 1011101 1100001 100011

Color Harmonies of #50B003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B003

Black with #50B003

Text Example


Text Example

White with #50B003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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