#1FDE80

Color #1FDE80 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #1FDE80

Tints of Shamrock #1FDE80

Color information

#1FDE80 (or 0x1FDE80) is unknown color: approx Shamrock. HEX triplet: 1F, DE and 80. RGB value is (31,222,128). Sum of RGB (Red+Green+Blue) = 31+222+128=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDE80 is #E0217F. Grayscale: #9A9A9A. Windows color (decimal): -14688640 or 8445471. OLE color: 8445471.

HSL color Cylindrical-coordinate representation of color #1FDE80: hue angle of 150.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDE80 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB31222128-
CMYK0.8600.420.13
HSL150.47º75.49%49.61%-
HSV(B)150.47º86.04%87.06%-
XYZ30.5854.0929.25-
YUV154.18113.2240.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.14%
GREEN value IS 222 (87.11% from 255) = 58.27%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=8.14%
G=58.27%
B=33.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal312221280.8600.420.13150.4775.4949.61
Hex1FDE805602AD964b32
Octal373362001260521522611362
Binary111111101111010000000101011001010101101100101101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FDE80; }

 p { color: rgb(31,222,128); }

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

<style>
 a { background-color: #1FDE80; }

 a { background-color: rgb(31,222,128); }

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

<style>
 span { border-color: #1FDE80; }

 span { border-color: rgb(31,222,128); }

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