#04E705

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

Shades of Free Speech Green #04E705

Tints of Free Speech Green #04E705

Color information

#04E705 (or 0x04E705) is unknown color: approx Free Speech Green. HEX triplet: 04, E7 and 05. RGB value is (4,231,5). Sum of RGB (Red+Green+Blue) = 4+231+5=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 231 (90.62% from 255 or 96.25% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 231 - color contains mainly: green. Hex color #04E705 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04E705 is #FB18FA. Grayscale: #8A8A8A. Windows color (decimal): -16455931 or 386820. OLE color: 386820.

HSL color Cylindrical-coordinate representation of color #04E705: hue angle of 120.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E705 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB42315-
CMYK0.9800.980.09
HSL120.26º96.6%46.08%-
HSV(B)120.26º98.27%90.59%-
XYZ28.6557.199.67-
YUV137.3653.2932.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 231 (90.62% from 255) = 96.25%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=1.67%
G=96.25%
B=2.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal423150.9800.980.09120.2696.646.08
Hex4E7562062978612e
Octal4347514201421117014156
Binary10011100111101110001001100010100111110001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04E705; }

 p { color: rgb(4,231,5); }

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

<style>
 a { background-color: #04E705; }

 a { background-color: rgb(4,231,5); }

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

<style>
 span { border-color: #04E705; }

 span { border-color: rgb(4,231,5); }

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