#05DE12

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

Shades of Free Speech Green #05DE12

Tints of Free Speech Green #05DE12

Color information

#05DE12 (or 0x05DE12) is unknown color: approx Free Speech Green. HEX triplet: 05, DE and 12. RGB value is (5,222,18). Sum of RGB (Red+Green+Blue) = 5+222+18=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 222 (87.11% from 255 or 90.61% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 222 - color contains mainly: green. Hex color #05DE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DE12 is #FA21ED. Grayscale: #868686. Windows color (decimal): -16392686 or 1236485. OLE color: 1236485.

HSL color Cylindrical-coordinate representation of color #05DE12: hue angle of 123.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DE12 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB522218-
CMYK0.9800.920.13
HSL123.59º95.59%44.51%-
HSV(B)123.59º97.75%87.06%-
XYZ26.2952.329.28-
YUV133.8662.6136.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 222 (87.11% from 255) = 90.61%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=2.04%
G=90.61%
B=7.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5222180.9800.920.13123.5995.5944.51
Hex5DE126205CD7c602d
Octal53362214201341517414055
Binary1011101111010010110001001011100110111111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,222,18); }

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

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

 a { background-color: rgb(5,222,18); }

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

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

 span { border-color: rgb(5,222,18); }

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