Html Css Color HEX #11DF13 Free Speech Green

📋 copy color: '#11DF13'

red 17 ◦ green 223 ◦ blue 19

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

Shades of Free Speech Green #11DF13

Tints of Free Speech Green #11DF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 86.1%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 6.56%
G = 86.1%
B = 7.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#11DF13 (or 0x11DF13) is known color: Free Speech Green. HEX triplet: 11, DF and 13. RGB value is (17,223,19). Sum of RGB (Red+Green+Blue) = 17+223+19=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DF13 is #EE20EC. Grayscale: #8A8A8A. Windows color (decimal): -15605997 or 1302289. OLE color: 1302289.

HSL color Cylindrical-coordinate representation of color #11DF13: hue angle of 120.58º 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 #11DF13 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 223 19 -
CMYK 0.92 0 0.91 0.13
HSL 120.58º 0.86% 0.47% -
HSV(B) 120.58º 0.92% 0.87% -
XYZ 26.74 52.94 9.43 -
YUV 138.15 60.75 41.59 -
System Red Green Blue C M Y K H S L
Decimal 17 223 19 0.92 0 0.91 0.13 120.58 0.86 0.47
Hex 11 DF 13 5C 0 5B D 79 56 2F
Octal 21 337 23 134 0 133 15 171 126 57
Binary 10001 11011111 10011 1011100 0 1011011 1101 1111001 1010110 101111

Color Harmonies of #11DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DF13

Black with #11DF13

Text Example


Text Example

White with #11DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,223,19); }

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

background-color css

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

 a { background-color: rgb(17,223,19); }

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

border-color css

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

 span { border-color: rgb(17,223,19); }

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