Html Css Color HEX #50D703 Kelly Green

📋 copy color: '#50D703'

red 80 ◦ green 215 ◦ blue 3

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

Shades of Kelly Green #50D703

Tints of Kelly Green #50D703

RGB

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

 GREEN value IS 215 (84.38% from 255) = 72.15%

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

R = 26.85%
G = 72.15%
B = 1.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#50D703 (or 0x50D703) is known color: Kelly Green. HEX triplet: 50, D7 and 03. RGB value is (80,215,3). Sum of RGB (Red+Green+Blue) = 80+215+3=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 215 (84.38% from 255 or 72.15% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 215 - color contains mainly: green. Hex color #50D703 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D703 is #AF28FC. Grayscale: #979797. Windows color (decimal): -11479293 or 251728. OLE color: 251728.

HSL color Cylindrical-coordinate representation of color #50D703: hue angle of 98.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50D703 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 3 -
CMYK 0.63 0 0.99 0.16
HSL 98.21º 0.97% 0.43% -
HSV(B) 98.21º 0.99% 0.84% -
XYZ 27.63 50.31 8.34 -
YUV 150.47 44.77 77.74 -
System Red Green Blue C M Y K H S L
Decimal 80 215 3 0.63 0 0.99 0.16 98.21 0.97 0.43
Hex 50 D7 3 3F 0 63 10 62 61 2B
Octal 120 327 3 77 0 143 20 142 141 53
Binary 1010000 11010111 11 111111 0 1100011 10000 1100010 1100001 101011

Color Harmonies of #50D703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D703

Black with #50D703

Text Example


Text Example

White with #50D703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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