Html Css Color HEX #50D806 Kelly Green

📋 copy color: '#50D806'

red 80 ◦ green 216 ◦ blue 6

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

Shades of Kelly Green #50D806

Tints of Kelly Green #50D806

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.52%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 26.49%
G = 71.52%
B = 1.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#50D806 (or 0x50D806) is known color: Kelly Green. HEX triplet: 50, D8 and 06. RGB value is (80,216,6). Sum of RGB (Red+Green+Blue) = 80+216+6=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 216 (84.77% from 255 or 71.52% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 216 - color contains mainly: green. Hex color #50D806 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D806 is #AF27F9. Grayscale: #989898. Windows color (decimal): -11479034 or 448592. OLE color: 448592.

HSL color Cylindrical-coordinate representation of color #50D806: hue angle of 98.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50D806 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 6 -
CMYK 0.63 0 0.97 0.15
HSL 98.86º 0.95% 0.44% -
HSV(B) 98.86º 0.97% 0.85% -
XYZ 27.9 50.83 8.51 -
YUV 151.4 45.94 77.08 -
System Red Green Blue C M Y K H S L
Decimal 80 216 6 0.63 0 0.97 0.15 98.86 0.95 0.44
Hex 50 D8 6 3F 0 61 F 63 5F 2C
Octal 120 330 6 77 0 141 17 143 137 54
Binary 1010000 11011000 110 111111 0 1100001 1111 1100011 1011111 101100

Color Harmonies of #50D806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D806

Black with #50D806

Text Example


Text Example

White with #50D806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,6); }

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

background-color css

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

 a { background-color: rgb(80,216,6); }

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

border-color css

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

 span { border-color: rgb(80,216,6); }

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