#50D607

Color #50D607 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50D607

Tints of Kelly Green #50D607

Color information

#50D607 (or 0x50D607) is unknown color: approx Kelly Green. HEX triplet: 50, D6 and 07. RGB value is (80,214,7). Sum of RGB (Red+Green+Blue) = 80+214+7=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #50D607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D607 is #AF29F8. Grayscale: #979797. Windows color (decimal): -11479545 or 513616. OLE color: 513616.

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

Color convert

RGB802147-
CMYK0.6300.970.16
HSL98.84º93.67%43.33%-
HSV(B)98.84º96.73%83.92%-
XYZ27.3949.818.37-
YUV150.3447.1177.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 214 (83.98% from 255) = 71.10%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=26.58%
G=71.10%
B=2.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8021470.6300.970.1698.8493.6743.33
Hex50D673F06110635e2b
Octal12032677701412014313653
Binary101000011010110111111111011000011000011000111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,214,7); }

 H1.HeaderClassName
 {
   color: #50D607;
 }
 .AnyTagClassName
 {
   color: #50D607;
 }
</style>
background-color css

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

 a { background-color: rgb(80,214,7); }

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

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

 span { border-color: rgb(80,214,7); }

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