Html Css Color HEX #11DC05 Free Speech Green

📋 copy color: '#11DC05'

red 17 ◦ green 220 ◦ blue 5

#11DC05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #11DC05

Tints of Free Speech Green #11DC05

RGB

 RED value IS 17 (7.03% from 255) = 7.02%

 GREEN value IS 220 (86.33% from 255) = 90.91%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 7.02%
G = 90.91%
B = 2.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#11DC05 (or 0x11DC05) is known color: Free Speech Green. HEX triplet: 11, DC and 05. RGB value is (17,220,5). Sum of RGB (Red+Green+Blue) = 17+220+5=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 220 (86.33% from 255 or 90.91% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DC05 is #EE23FA. Grayscale: #878787. Windows color (decimal): -15606779 or 384017. OLE color: 384017.

HSL color Cylindrical-coordinate representation of color #11DC05: hue angle of 116.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11DC05 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 5 -
CMYK 0.92 0 0.98 0.14
HSL 116.65º 0.96% 0.44% -
HSV(B) 116.65º 0.98% 0.86% -
XYZ 25.85 51.32 8.69 -
YUV 134.79 54.75 43.98 -
System Red Green Blue C M Y K H S L
Decimal 17 220 5 0.92 0 0.98 0.14 116.65 0.96 0.44
Hex 11 DC 5 5C 0 62 E 75 60 2C
Octal 21 334 5 134 0 142 16 165 140 54
Binary 10001 11011100 101 1011100 0 1100010 1110 1110101 1100000 101100

Color Harmonies of #11DC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DC05

Black with #11DC05

Text Example


Text Example

White with #11DC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11DC05; }

 p { color: rgb(17,220,5); }

 H1.HeaderClassName
 {
   color: #11DC05;
 }
 .AnyTagClassName
 {
   color: #11DC05;
 }
</style>

background-color css

<style>
 a { background-color: #11DC05; }

 a { background-color: rgb(17,220,5); }

 div.DivClassName
 {
   background-color: #11DC05;
 }
 .BgClassName
 {
   background-color: #11DC05;
 }
</style>

border-color css

<style>
 span { border-color: #11DC05; }

 span { border-color: rgb(17,220,5); }

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