Html Css Color HEX #11DB05 Free Speech Green

📋 copy color: '#11DB05'

red 17 ◦ green 219 ◦ blue 5

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

Shades of Free Speech Green #11DB05

Tints of Free Speech Green #11DB05

RGB

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

 GREEN value IS 219 (85.94% from 255) = 90.87%

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

R = 7.05%
G = 90.87%
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

#11DB05 (or 0x11DB05) is known color: Free Speech Green. HEX triplet: 11, DB and 05. RGB value is (17,219,5). Sum of RGB (Red+Green+Blue) = 17+219+5=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 219 (85.94% from 255 or 90.87% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DB05 is #EE24FA. Grayscale: #868686. Windows color (decimal): -15607035 or 383761. OLE color: 383761.

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

Color convert

RGB 17 219 5 -
CMYK 0.92 0 0.98 0.14
HSL 116.64º 0.96% 0.44% -
HSV(B) 116.64º 0.98% 0.86% -
XYZ 25.59 50.79 8.6 -
YUV 134.21 55.08 44.4 -
System Red Green Blue C M Y K H S L
Decimal 17 219 5 0.92 0 0.98 0.14 116.64 0.96 0.44
Hex 11 DB 5 5C 0 62 E 75 60 2C
Octal 21 333 5 134 0 142 16 165 140 54
Binary 10001 11011011 101 1011100 0 1100010 1110 1110101 1100000 101100

Color Harmonies of #11DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DB05

Black with #11DB05

Text Example


Text Example

White with #11DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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