Html Css Color HEX #50C700 Kelly Green

📋 copy color: '#50C700'

red 80 ◦ green 199 ◦ blue 0

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

Shades of Kelly Green #50C700

Tints of Kelly Green #50C700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 71.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.67%
G = 71.33%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#50C700 (or 0x50C700) is known color: Kelly Green. HEX triplet: 50, C7 and 00. RGB value is (80,199,0). Sum of RGB (Red+Green+Blue) = 80+199+0=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #50C700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C700 is #AF38FF. Grayscale: #8D8D8D. Windows color (decimal): -11483392 or 51024. OLE color: 51024.

HSL color Cylindrical-coordinate representation of color #50C700: hue angle of 95.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50C700 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 0 -
CMYK 0.60 0 1 0.22
HSL 95.88º 1% 0.39% -
HSV(B) 95.88º 1% 0.78% -
XYZ 23.73 42.55 6.96 -
YUV 140.73 48.58 84.68 -
System Red Green Blue C M Y K H S L
Decimal 80 199 0 0.60 0 1 0.22 95.88 1 0.39
Hex 50 C7 0 3C 0 64 16 60 64 27
Octal 120 307 0 74 0 144 26 140 144 47
Binary 1010000 11000111 0 111100 0 1100100 10110 1100000 1100100 100111

Color Harmonies of #50C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C700

Black with #50C700

Text Example


Text Example

White with #50C700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,0); }

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

background-color css

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

 a { background-color: rgb(80,199,0); }

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

border-color css

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

 span { border-color: rgb(80,199,0); }

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