#05F112

Color #05F112 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #05F112

Tints of Free Speech Green #05F112

Color information

#05F112 (or 0x05F112) is unknown color: approx Free Speech Green. HEX triplet: 05, F1 and 12. RGB value is (5,241,18). Sum of RGB (Red+Green+Blue) = 5+241+18=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 241 (94.53% from 255 or 91.29% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 241 - color contains mainly: green. Hex color #05F112 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F112 is #FA0EED. Grayscale: #919191. Windows color (decimal): -16387822 or 1241349. OLE color: 1241349.

HSL color Cylindrical-coordinate representation of color #05F112: hue angle of 123.31º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F112 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB524118-
CMYK0.9800.930.05
HSL123.31º95.93%48.24%-
HSV(B)123.31º97.93%94.51%-
XYZ31.6362.9911.06-
YUV145.0156.3128.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 241 (94.53% from 255) = 91.29%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=1.89%
G=91.29%
B=6.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal5241180.9800.930.05123.3195.9348.24
Hex5F1126205D57b6030
Octal5361221420135517314060
Binary101111100011001011000100101110110111110111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05F112; }

 p { color: rgb(5,241,18); }

 H1.HeaderClassName
 {
   color: #05F112;
 }
 .AnyTagClassName
 {
   color: #05F112;
 }
</style>
background-color css

<style>
 a { background-color: #05F112; }

 a { background-color: rgb(5,241,18); }

 div.DivClassName
 {
   background-color: #05F112;
 }
 .BgClassName
 {
   background-color: #05F112;
 }
</style>
border-color css

<style>
 span { border-color: #05F112; }

 span { border-color: rgb(5,241,18); }

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