#05E615

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

Shades of Free Speech Green #05E615

Tints of Free Speech Green #05E615

Color information

#05E615 (or 0x05E615) is unknown color: approx Free Speech Green. HEX triplet: 05, E6 and 15. RGB value is (5,230,21). Sum of RGB (Red+Green+Blue) = 5+230+21=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 230 (90.23% from 255 or 89.84% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 230 - color contains mainly: green. Hex color #05E615 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E615 is #FA19EA. Grayscale: #8B8B8B. Windows color (decimal): -16390635 or 1435141. OLE color: 1435141.

HSL color Cylindrical-coordinate representation of color #05E615: hue angle of 124.27º 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 #05E615 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB523021-
CMYK0.9800.910.10
HSL124.27º95.74%46.08%-
HSV(B)124.27º97.83%90.2%-
XYZ28.4956.6810.15-
YUV138.961.4632.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 230 (90.23% from 255) = 89.84%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=1.95%
G=89.84%
B=8.20%

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
Decimal5230210.9800.910.10124.2795.7446.08
Hex5E6156205BA7c602e
Octal53462514201331217414056
Binary1011110011010101110001001011011101011111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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