#50C90E

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

Shades of Kelly Green #50C90E

Tints of Kelly Green #50C90E

Color information

#50C90E (or 0x50C90E) is unknown color: approx Kelly Green. HEX triplet: 50, C9 and 0E. RGB value is (80,201,14). Sum of RGB (Red+Green+Blue) = 80+201+14=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #50C90E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C90E is #AF36F1. Grayscale: #909090. Windows color (decimal): -11482866 or 969040. OLE color: 969040.

HSL color Cylindrical-coordinate representation of color #50C90E: hue angle of 98.82º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50C90E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB8020114-
CMYK0.6000.930.21
HSL98.82º86.98%42.16%-
HSV(B)98.82º93.03%78.82%-
XYZ24.2743.517.53-
YUV143.554.9182.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 201 (78.91% from 255) = 68.14%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=27.12%
G=68.14%
B=4.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80201140.6000.930.2198.8286.9842.16
Hex50C9E3C05D1563572a
Octal120311167401352514312752
Binary1010000110010011110111100010111011010111000111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,14); }

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

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

 a { background-color: rgb(80,201,14); }

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

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

 span { border-color: rgb(80,201,14); }

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