#05FE1C

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

Shades of Free Speech Green #05FE1C

Tints of Free Speech Green #05FE1C

Color information

#05FE1C (or 0x05FE1C) is unknown color: approx Free Speech Green. HEX triplet: 05, FE and 1C. RGB value is (5,254,28). Sum of RGB (Red+Green+Blue) = 5+254+28=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 254 (99.61% from 255 or 88.50% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE1C is #FA01E3. Grayscale: #9A9A9A. Windows color (decimal): -16384484 or 1900037. OLE color: 1900037.

HSL color Cylindrical-coordinate representation of color #05FE1C: hue angle of 125.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE1C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB525428-
CMYK0.9800.890.00
HSL125.54º99.2%50.78%-
HSV(B)125.54º98.03%99.61%-
XYZ35.717112.92-
YUV153.7857.0121.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 254 (99.61% from 255) = 88.50%
BLUE value IS 28 (11.33% from 255) = 9.76%
R=1.74%
G=88.50%
B=9.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal5254280.9800.890.00125.5499.250.78
Hex5FE1C6205907e6333
Octal5376341420131017614363
Binary1011111111011100110001001011001011111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,254,28); }

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

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

 a { background-color: rgb(5,254,28); }

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

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

 span { border-color: rgb(5,254,28); }

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