Html Css Color HEX #11CF0B Free Speech Green

📋 copy color: '#11CF0B'

red 17 ◦ green 207 ◦ blue 11

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

Shades of Free Speech Green #11CF0B

Tints of Free Speech Green #11CF0B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 88.09%

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 7.23%
G = 88.09%
B = 4.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#11CF0B (or 0x11CF0B) is known color: Free Speech Green. HEX triplet: 11, CF and 0B. RGB value is (17,207,11). Sum of RGB (Red+Green+Blue) = 17+207+11=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 207 (81.25% from 255 or 88.09% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CF0B is #EE30F4. Grayscale: #808080. Windows color (decimal): -15610101 or 773905. OLE color: 773905.

HSL color Cylindrical-coordinate representation of color #11CF0B: hue angle of 118.16º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11CF0B is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 207 11 -
CMYK 0.92 0 0.95 0.19
HSL 118.16º 0.9% 0.43% -
HSV(B) 118.16º 0.95% 0.81% -
XYZ 22.6 44.77 7.77 -
YUV 127.85 62.05 48.94 -
System Red Green Blue C M Y K H S L
Decimal 17 207 11 0.92 0 0.95 0.19 118.16 0.9 0.43
Hex 11 CF B 5C 0 5F 13 76 5A 2B
Octal 21 317 13 134 0 137 23 166 132 53
Binary 10001 11001111 1011 1011100 0 1011111 10011 1110110 1011010 101011

Color Harmonies of #11CF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CF0B

Black with #11CF0B

Text Example


Text Example

White with #11CF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,207,11); }

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

background-color css

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

 a { background-color: rgb(17,207,11); }

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

border-color css

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

 span { border-color: rgb(17,207,11); }

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