Html Css Color HEX #11F503 Free Speech Green

📋 copy color: '#11F503'

red 17 ◦ green 245 ◦ blue 3

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

Shades of Free Speech Green #11F503

Tints of Free Speech Green #11F503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 92.45%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 6.42%
G = 92.45%
B = 1.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#11F503 (or 0x11F503) is known color: Free Speech Green. HEX triplet: 11, F5 and 03. RGB value is (17,245,3). Sum of RGB (Red+Green+Blue) = 17+245+3=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 245 (96.09% from 255 or 92.45% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 245 - color contains mainly: green. Hex color #11F503 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F503 is #EE0AFC. Grayscale: #959595. Windows color (decimal): -15600381 or 259345. OLE color: 259345.

HSL color Cylindrical-coordinate representation of color #11F503: hue angle of 116.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11F503 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 245 3 -
CMYK 0.93 0 0.99 0.04
HSL 116.53º 0.98% 0.49% -
HSV(B) 116.53º 0.99% 0.96% -
XYZ 32.9 65.43 10.98 -
YUV 149.24 45.46 33.68 -
System Red Green Blue C M Y K H S L
Decimal 17 245 3 0.93 0 0.99 0.04 116.53 0.98 0.49
Hex 11 F5 3 5D 0 63 4 75 62 31
Octal 21 365 3 135 0 143 4 165 142 61
Binary 10001 11110101 11 1011101 0 1100011 100 1110101 1100010 110001

Color Harmonies of #11F503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F503

Black with #11F503

Text Example


Text Example

White with #11F503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,245,3); }

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

background-color css

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

 a { background-color: rgb(17,245,3); }

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

border-color css

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

 span { border-color: rgb(17,245,3); }

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