#05F211

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

Shades of Free Speech Green #05F211

Tints of Free Speech Green #05F211

Color information

#05F211 (or 0x05F211) is unknown color: approx Free Speech Green. HEX triplet: 05, F2 and 11. RGB value is (5,242,17). Sum of RGB (Red+Green+Blue) = 5+242+17=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 242 (94.92% from 255 or 91.67% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 242 - color contains mainly: green. Hex color #05F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F211 is #FA0DEE. Grayscale: #929292. Windows color (decimal): -16387567 or 1176069. OLE color: 1176069.

HSL color Cylindrical-coordinate representation of color #05F211: hue angle of 123.04º 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 #05F211 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB524217-
CMYK0.9800.930.05
HSL123.04º95.95%48.43%-
HSV(B)123.04º97.93%94.9%-
XYZ31.9263.5811.12-
YUV145.4955.4827.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 242 (94.92% from 255) = 91.67%
BLUE value IS 17 (7.03% from 255) = 6.44%
R=1.89%
G=91.67%
B=6.44%

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
Decimal5242170.9800.930.05123.0495.9548.43
Hex5F2116205D57b6030
Octal5362211420135517314060
Binary101111100101000111000100101110110111110111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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