#05F610

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

Shades of Free Speech Green #05F610

Tints of Free Speech Green #05F610

Color information

#05F610 (or 0x05F610) is unknown color: approx Free Speech Green. HEX triplet: 05, F6 and 10. RGB value is (5,246,16). Sum of RGB (Red+Green+Blue) = 5+246+16=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 246 (96.48% from 255 or 92.13% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 246 - color contains mainly: green. Hex color #05F610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F610 is #FA09EF. Grayscale: #949494. Windows color (decimal): -16386544 or 1111557. OLE color: 1111557.

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

Color convert

RGB524616-
CMYK0.9800.930.04
HSL122.74º96.02%49.22%-
HSV(B)122.74º97.97%96.47%-
XYZ33.1165.9811.48-
YUV147.7253.6626.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 246 (96.48% from 255) = 92.13%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=1.87%
G=92.13%
B=5.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5246160.9800.930.04122.7496.0249.22
Hex5F6106205D47b6031
Octal5366201420135417314061
Binary101111101101000011000100101110110011110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,246,16); }

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

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

 a { background-color: rgb(5,246,16); }

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

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

 span { border-color: rgb(5,246,16); }

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