Html Css Color HEX #11D81D Free Speech Green

📋 copy color: '#11D81D'

red 17 ◦ green 216 ◦ blue 29

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

Shades of Free Speech Green #11D81D

Tints of Free Speech Green #11D81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 82.44%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 6.49%
G = 82.44%
B = 11.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#11D81D (or 0x11D81D) is known color: Free Speech Green. HEX triplet: 11, D8 and 1D. RGB value is (17,216,29). Sum of RGB (Red+Green+Blue) = 17+216+29=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 216 (84.77% from 255 or 82.44% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 216 - color contains mainly: green. Hex color #11D81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D81D is #EE27E2. Grayscale: #878787. Windows color (decimal): -15607779 or 1955857. OLE color: 1955857.

HSL color Cylindrical-coordinate representation of color #11D81D: hue angle of 123.62º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D81D is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 216 29 -
CMYK 0.92 0 0.87 0.15
HSL 123.62º 0.85% 0.46% -
HSV(B) 123.62º 0.92% 0.85% -
XYZ 25.01 49.32 9.36 -
YUV 135.18 68.07 43.71 -
System Red Green Blue C M Y K H S L
Decimal 17 216 29 0.92 0 0.87 0.15 123.62 0.85 0.46
Hex 11 D8 1D 5C 0 57 F 7C 55 2E
Octal 21 330 35 134 0 127 17 174 125 56
Binary 10001 11011000 11101 1011100 0 1010111 1111 1111100 1010101 101110

Color Harmonies of #11D81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D81D

Black with #11D81D

Text Example


Text Example

White with #11D81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,216,29); }

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

background-color css

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

 a { background-color: rgb(17,216,29); }

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

border-color css

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

 span { border-color: rgb(17,216,29); }

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