#50DC27

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

Shades of Kelly Green #50DC27

Tints of Kelly Green #50DC27

Color information

#50DC27 (or 0x50DC27) is unknown color: approx Kelly Green. HEX triplet: 50, DC and 27. RGB value is (80,220,39). Sum of RGB (Red+Green+Blue) = 80+220+39=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC27 is #AF23D8. Grayscale: #9E9E9E. Windows color (decimal): -11477977 or 2612304. OLE color: 2612304.

HSL color Cylindrical-coordinate representation of color #50DC27: hue angle of 106.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50DC27 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB8022039-
CMYK0.6400.820.14
HSL106.41º72.11%50.78%-
HSV(B)106.41º82.27%86.27%-
XYZ29.2753.0410.61-
YUV157.5161.1272.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 220 (86.33% from 255) = 64.90%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=23.60%
G=64.90%
B=11.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80220390.6400.820.14106.4172.1150.78
Hex50DC2740052E6a4833
Octal1203344710001221615211063
Binary101000011011100100111100000001010010111011010101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,220,39); }

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

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

 a { background-color: rgb(80,220,39); }

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

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

 span { border-color: rgb(80,220,39); }

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