#05EC06

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

Shades of Free Speech Green #05EC06

Tints of Free Speech Green #05EC06

Color information

#05EC06 (or 0x05EC06) is unknown color: approx Free Speech Green. HEX triplet: 05, EC and 06. RGB value is (5,236,6). Sum of RGB (Red+Green+Blue) = 5+236+6=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 236 (92.58% from 255 or 95.55% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EC06 is #FA13F9. Grayscale: #8D8D8D. Windows color (decimal): -16389114 or 453637. OLE color: 453637.

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

Color convert

RGB52366-
CMYK0.9800.970.07
HSL120.26º95.85%47.25%-
HSV(B)120.26º97.88%92.55%-
XYZ30.0960.0410.17-
YUV140.7151.9731.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 236 (92.58% from 255) = 95.55%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=2.02%
G=95.55%
B=2.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal523660.9800.970.07120.2695.8547.25
Hex5EC662061778602f
Octal535461420141717014057
Binary1011110110011011000100110000111111110001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,236,6); }

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

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

 a { background-color: rgb(5,236,6); }

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

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

 span { border-color: rgb(5,236,6); }

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