#1DF837

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

Shades of Free Speech Green #1DF837

Tints of Free Speech Green #1DF837

Color information

#1DF837 (or 0x1DF837) is unknown color: approx Free Speech Green. HEX triplet: 1D, F8 and 37. RGB value is (29,248,55). Sum of RGB (Red+Green+Blue) = 29+248+55=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 248 (97.27% from 255 or 74.70% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF837 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF837 is #E207C8. Grayscale: #A1A1A1. Windows color (decimal): -14813129 or 3667997. OLE color: 3667997.

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

Color convert

RGB2924855-
CMYK0.8800.780.03
HSL127.12º93.99%54.31%-
HSV(B)127.12º88.31%97.25%-
XYZ34.7667.6714.84-
YUV160.5268.4534.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.73%
GREEN value IS 248 (97.27% from 255) = 74.70%
BLUE value IS 55 (21.88% from 255) = 16.57%
R=8.73%
G=74.70%
B=16.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal29248550.8800.780.03127.1293.9954.31
Hex1DF8375804E37f5e36
Octal35370671300116317713666
Binary11101111110001101111011000010011101111111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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