#1cdd11

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

Shades of Free Speech Green #1CDD11

Tints of Free Speech Green #1CDD11

Color information

#1CDD11 (or 0x1CDD11) is unknown color: approx Free Speech Green. HEX triplet: 1C, DD and 11. RGB value is (28,221,17). Sum of RGB (Red+Green+Blue) = 28+221+17=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 221 (86.72% from 255 or 83.08% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CDD11 is #E322EE. Grayscale: #8C8C8C. Windows color (decimal): -14885615 or 1170716. OLE color: 1170716.

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

Color convert

RGB2822117-
CMYK0.8700.920.13
HSL116.76º85.71%46.67%-
HSV(B)116.76º92.31%86.67%-
XYZ26.44529.17-
YUV140.0458.5648.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 221 (86.72% from 255) = 83.08%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=10.53%
G=83.08%
B=6.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28221170.8700.920.13116.7685.7146.67
Hex1CDD115705CD75562f
Octal343352112701341516512657
Binary111001101110110001101011101011100110111101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cdd11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,221,17); }

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

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

 a { background-color: rgb(28,221,17); }

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

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

 span { border-color: rgb(28,221,17); }

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