#05E614

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

Shades of Free Speech Green #05E614

Tints of Free Speech Green #05E614

Color information

#05E614 (or 0x05E614) is unknown color: approx Free Speech Green. HEX triplet: 05, E6 and 14. RGB value is (5,230,20). Sum of RGB (Red+Green+Blue) = 5+230+20=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 230 (90.23% from 255 or 90.20% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 230 - color contains mainly: green. Hex color #05E614 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E614 is #FA19EB. Grayscale: #8B8B8B. Windows color (decimal): -16390636 or 1369605. OLE color: 1369605.

HSL color Cylindrical-coordinate representation of color #05E614: hue angle of 124º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E614 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB523020-
CMYK0.9800.910.10
HSL124º95.74%46.08%-
HSV(B)124º97.83%90.2%-
XYZ28.4956.6810.1-
YUV138.7860.9632.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 230 (90.23% from 255) = 90.20%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=1.96%
G=90.20%
B=7.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal5230200.9800.910.1012495.7446.08
Hex5E6146205BA7c602e
Octal53462414201331217414056
Binary1011110011010100110001001011011101011111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,230,20); }

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

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

 a { background-color: rgb(5,230,20); }

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

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

 span { border-color: rgb(5,230,20); }

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