#05DE17

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

Shades of Free Speech Green #05DE17

Tints of Free Speech Green #05DE17

Color information

#05DE17 (or 0x05DE17) is unknown color: approx Free Speech Green. HEX triplet: 05, DE and 17. RGB value is (5,222,23). Sum of RGB (Red+Green+Blue) = 5+222+23=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 222 (87.11% from 255 or 88.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 222 - color contains mainly: green. Hex color #05DE17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DE17 is #FA21E8. Grayscale: #878787. Windows color (decimal): -16392681 or 1564165. OLE color: 1564165.

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

Color convert

RGB522223-
CMYK0.9800.900.13
HSL124.98º95.59%44.51%-
HSV(B)124.98º97.75%87.06%-
XYZ26.3452.349.52-
YUV134.4365.1135.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 222 (87.11% from 255) = 88.8%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=2%
G=88.8%
B=9.2%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5222230.9800.900.13124.9895.5944.51
Hex5DE176205AD7d602d
Octal53362714201321517514055
Binary1011101111010111110001001011010110111111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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