#1DF811

Color #1DF811 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1DF811

Tints of Free Speech Green #1DF811

Color information

#1DF811 (or 0x1DF811) is unknown color: approx Free Speech Green. HEX triplet: 1D, F8 and 11. RGB value is (29,248,17). Sum of RGB (Red+Green+Blue) = 29+248+17=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 248 (97.27% from 255 or 84.35% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF811 is #E207EE. Grayscale: #9C9C9C. Windows color (decimal): -14813167 or 1177629. OLE color: 1177629.

HSL color Cylindrical-coordinate representation of color #1DF811: hue angle of 116.88º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DF811 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB2924817-
CMYK0.8800.930.03
HSL116.88º94.29%51.96%-
HSV(B)116.88º93.15%97.25%-
XYZ34.1867.4411.75-
YUV156.1849.4537.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 248 (97.27% from 255) = 84.35%
BLUE value IS 17 (7.03% from 255) = 5.78%
R=9.86%
G=84.35%
B=5.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal29248170.8800.930.03116.8894.2951.96
Hex1DF8115805D3755e34
Octal35370211300135316513664
Binary1110111111000100011011000010111011111101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,248,17); }

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

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

 a { background-color: rgb(29,248,17); }

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

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

 span { border-color: rgb(29,248,17); }

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